Color Hex Logo

#bc864a Color Hex

#BC864A
(188,134,74)
0 Favorites   0 Comments

Color spaces of #bc864a

RGB 18813474
HSL0.090.460.51
HSV32°61°74°
CMYK 0.000.290.61   0.26
XYZ30.500228.236010.3211
Yxy28.23600.44170.4089
Hunter Lab53.13769.465725.6802
CIE-Lab60.101414.291040.0182

#bc864a color RGB value is (188,134,74).

#bc864a hex color red value is 188, green value is 134 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc864a hue: 0.09 , saturation: 0.46 and the lightness value of bc864a is 0.51.

The process color (four color CMYK) of #bc864a color hex is 0.00, 0.29, 0.61, 0.26. Web safe color of #bc864a is #cc9933. Color #bc864a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 01001010
Octal 274 206 112
Decimal 188 134 74
Hex BC 86 4A

RGB Percentages of Color #bc864a

%47.47
%33.84
%18.69

CMYK Percentages of Color #bc864a

%0
%29
%61
%26

Triadic Colors of #bc864a

#bc864a #4abc86 #864abc

Analogous Colors of #bc864a

#bc864a #b9bc4a #bc4d4a

Monochromatic Colors of #bc864a

#bc864a

Complementary Color

#bc864a #4a80bc

#bc864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc864a Color CSS Codes

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

#bc864a Text Font Color

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

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


#bc864a Background Color

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

This div background color is #bc864a


#bc864a Border Color

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

This div border color is #bc864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc864a


Comments

No comments written yet.

Please login to write comment.