Color Hex Logo

#bc9e6b Color Hex

#BC9E6B
(188,158,107)
0 Favorites   0 Comments

Color spaces of #bc9e6b

RGB 188158107
HSL0.100.380.58
HSV38°43°74°
CMYK 0.000.160.43   0.26
XYZ35.619736.206619.0211
Yxy36.20660.39210.3985
Hunter Lab60.17190.365023.3780
CIE-Lab66.67754.116630.7439

#bc9e6b color RGB value is (188,158,107).

#bc9e6b hex color red value is 188, green value is 158 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bc9e6b hue: 0.10 , saturation: 0.38 and the lightness value of bc9e6b is 0.58.

The process color (four color CMYK) of #bc9e6b color hex is 0.00, 0.16, 0.43, 0.26. Web safe color of #bc9e6b is #cc9966. Color #bc9e6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011110 01101011
Octal 274 236 153
Decimal 188 158 107
Hex BC 9E 6B

RGB Percentages of Color #bc9e6b

%41.50
%34.88
%23.62

CMYK Percentages of Color #bc9e6b

%0
%16
%43
%26

Triadic Colors of #bc9e6b

#bc9e6b #6bbc9e #9e6bbc

Analogous Colors of #bc9e6b

#bc9e6b #b2bc6b #bc766b

Monochromatic Colors of #bc9e6b

#bc9e6b

Complementary Color

#bc9e6b #6b89bc

#bc9e6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9e6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9e6b Color CSS Codes

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

#bc9e6b Text Font Color

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

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


#bc9e6b Background Color

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

This div background color is #bc9e6b


#bc9e6b Border Color

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

This div border color is #bc9e6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9e6b


Comments

No comments written yet.

Please login to write comment.