Color Hex Logo

#bc865f Color Hex

#BC865F
(188,134,95)
0 Favorites   0 Comments

Color spaces of #bc865f

RGB 18813495
HSL0.070.410.55
HSV25°49°74°
CMYK 0.000.290.49   0.26
XYZ31.329728.567814.6894
Yxy28.56780.42000.3830
Hunter Lab53.448911.094521.1195
CIE-Lab60.398316.086729.1454

#bc865f color RGB value is (188,134,95).

#bc865f hex color red value is 188, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc865f hue: 0.07 , saturation: 0.41 and the lightness value of bc865f is 0.55.

The process color (four color CMYK) of #bc865f color hex is 0.00, 0.29, 0.49, 0.26. Web safe color of #bc865f is #cc9966. Color #bc865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 01011111
Octal 274 206 137
Decimal 188 134 95
Hex BC 86 5F

RGB Percentages of Color #bc865f

%45.08
%32.13
%22.78

CMYK Percentages of Color #bc865f

%0
%29
%49
%26

Triadic Colors of #bc865f

#bc865f #5fbc86 #865fbc

Analogous Colors of #bc865f

#bc865f #bcb55f #bc5f67

Monochromatic Colors of #bc865f

#bc865f

Complementary Color

#bc865f #5f95bc

#bc865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc865f Color CSS Codes

.mybgcolor {background-color:#bc865f; } 
.myforecolor {color:#bc865f; }
.mybordercolor {border:3px solid #bc865f; }

#bc865f Text Font Color

<p style="color:#bc865f">Text here</p>

This sample text font color is #bc865f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc865f Background Color

<div style="background-color:#bc865f">
Div content here</div>

This div background color is #bc865f


#bc865f Border Color

<div style="border:3px solid #bc865f">
Div here</div>

This div border color is #bc865f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,134,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc865f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc865f;
  -webkit-box-shadow: 1px 1px 3px 2px #bc865f;
  box-shadow:         1px 1px 3px 2px #bc865f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,134,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc865f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc865f;
  -webkit-box-shadow: 1px 1px 3px 2px #bc865f;
  box-shadow:         1px 1px 3px 2px #bc865f;">
Div content here</div>

This div box has shadow with color #bc865f


Comments

No comments written yet.

Please login to write comment.