Color Hex Logo

#bc8a76 Color Hex

#BC8A76
(188,138,118)
0 Favorites   0 Comments

Color spaces of #bc8a76

RGB 188138118
HSL0.050.340.60
HSV17°37°74°
CMYK 0.000.270.37   0.26
XYZ33.097530.176321.2197
Yxy30.17630.39170.3571
Hunter Lab54.933011.414815.5503
CIE-Lab61.806016.396518.1933

#bc8a76 color RGB value is (188,138,118).

#bc8a76 hex color red value is 188, green value is 138 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bc8a76 hue: 0.05 , saturation: 0.34 and the lightness value of bc8a76 is 0.60.

The process color (four color CMYK) of #bc8a76 color hex is 0.00, 0.27, 0.37, 0.26. Web safe color of #bc8a76 is #cc9966. Color #bc8a76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 01110110
Octal 274 212 166
Decimal 188 138 118
Hex BC 8A 76

RGB Percentages of Color #bc8a76

%42.34
%31.08
%26.58

CMYK Percentages of Color #bc8a76

%0
%27
%37
%26

Triadic Colors of #bc8a76

#bc8a76 #76bc8a #8a76bc

Analogous Colors of #bc8a76

#bc8a76 #bcad76 #bc7685

Monochromatic Colors of #bc8a76

#bc8a76

Complementary Color

#bc8a76 #76a8bc

#bc8a76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8a76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8a76 Color CSS Codes

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

#bc8a76 Text Font Color

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

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


#bc8a76 Background Color

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

This div background color is #bc8a76


#bc8a76 Border Color

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

This div border color is #bc8a76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8a76


Comments

No comments written yet.

Please login to write comment.