Color Hex Logo

#bc8959 Color Hex

#BC8959
(188,137,89)
0 Favorites   0 Comments

Color spaces of #bc8959

RGB 18813789
HSL0.080.420.54
HSV29°53°74°
CMYK 0.000.270.53   0.26
XYZ31.487929.304013.4478
Yxy29.30400.42410.3947
Hunter Lab54.13329.095923.1644
CIE-Lab61.049013.862333.2428

#bc8959 color RGB value is (188,137,89).

#bc8959 hex color red value is 188, green value is 137 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bc8959 hue: 0.08 , saturation: 0.42 and the lightness value of bc8959 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 01011001
Octal 274 211 131
Decimal 188 137 89
Hex BC 89 59

RGB Percentages of Color #bc8959

%45.41
%33.09
%21.50

CMYK Percentages of Color #bc8959

%0
%27
%53
%26

Triadic Colors of #bc8959

#bc8959 #59bc89 #8959bc

Analogous Colors of #bc8959

#bc8959 #bcbb59 #bc595b

Monochromatic Colors of #bc8959

#bc8959

Complementary Color

#bc8959 #598cbc

#bc8959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8959 Color CSS Codes

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

#bc8959 Text Font Color

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

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


#bc8959 Background Color

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

This div background color is #bc8959


#bc8959 Border Color

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

This div border color is #bc8959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8959


Comments

No comments written yet.

Please login to write comment.