Color Hex Logo

#bc864f Color Hex

#BC864F
(188,134,79)
0 Favorites   0 Comments

Color spaces of #bc864f

RGB 18813479
HSL0.080.450.52
HSV30°58°74°
CMYK 0.000.290.58   0.26
XYZ30.675428.306111.2440
Yxy28.30610.43680.4031
Hunter Lab53.20359.811224.7121
CIE-Lab60.164314.674037.4859

#bc864f color RGB value is (188,134,79).

#bc864f hex color red value is 188, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bc864f hue: 0.08 , saturation: 0.45 and the lightness value of bc864f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 01001111
Octal 274 206 117
Decimal 188 134 79
Hex BC 86 4F

RGB Percentages of Color #bc864f

%46.88
%33.42
%19.70

CMYK Percentages of Color #bc864f

%0
%29
%58
%26

Triadic Colors of #bc864f

#bc864f #4fbc86 #864fbc

Analogous Colors of #bc864f

#bc864f #bcbc4f #bc504f

Monochromatic Colors of #bc864f

#bc864f

Complementary Color

#bc864f #4f85bc

#bc864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc864f Color CSS Codes

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

#bc864f Text Font Color

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

This sample text font color is #bc864f
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.


#bc864f Background Color

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

This div background color is #bc864f


#bc864f Border Color

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

This div border color is #bc864f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc864f


Comments

No comments written yet.

Please login to write comment.