Color Hex Logo

#bc996e Color Hex

#BC996E
(188,153,110)
0 Favorites   0 Comments

Color spaces of #bc996e

RGB 188153110
HSL0.090.370.58
HSV33°41°74°
CMYK 0.000.190.41   0.26
XYZ34.944734.599619.5885
Yxy34.59960.39210.3882
Hunter Lab58.82143.106021.4305
CIE-Lab65.43577.177427.5022

#bc996e color RGB value is (188,153,110).

#bc996e hex color red value is 188, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc996e hue: 0.09 , saturation: 0.37 and the lightness value of bc996e is 0.58.

The process color (four color CMYK) of #bc996e color hex is 0.00, 0.19, 0.41, 0.26. Web safe color of #bc996e is #cc9966. Color #bc996e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 01101110
Octal 274 231 156
Decimal 188 153 110
Hex BC 99 6E

RGB Percentages of Color #bc996e

%41.69
%33.92
%24.39

CMYK Percentages of Color #bc996e

%0
%19
%41
%26

Triadic Colors of #bc996e

#bc996e #6ebc99 #996ebc

Analogous Colors of #bc996e

#bc996e #b8bc6e #bc726e

Monochromatic Colors of #bc996e

#bc996e

Complementary Color

#bc996e #6e91bc

#bc996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc996e Color CSS Codes

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

#bc996e Text Font Color

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

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


#bc996e Background Color

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

This div background color is #bc996e


#bc996e Border Color

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

This div border color is #bc996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc996e


Comments

No comments written yet.

Please login to write comment.