Color Hex Logo

#bc8332 Color Hex

#BC8332
(188,131,50)
0 Favorites   0 Comments

Color spaces of #bc8332

RGB 18813150
HSL0.100.580.47
HSV35°73°74°
CMYK 0.000.300.73   0.26
XYZ29.431127.15436.7077
Yxy27.15430.46500.4290
Hunter Lab52.10989.622928.8449
CIE-Lab59.116914.487150.5226

#bc8332 color RGB value is (188,131,50).

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

The process color (four color CMYK) of #bc8332 color hex is 0.00, 0.30, 0.73, 0.26. Web safe color of #bc8332 is #cc9933. Color #bc8332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 00110010
Octal 274 203 62
Decimal 188 131 50
Hex BC 83 32

RGB Percentages of Color #bc8332

%50.95
%35.50
%13.55

CMYK Percentages of Color #bc8332

%0
%30
%73
%26

Triadic Colors of #bc8332

#bc8332 #32bc83 #8332bc

Analogous Colors of #bc8332

#bc8332 #b0bc32 #bc3e32

Monochromatic Colors of #bc8332

#bc8332

Complementary Color

#bc8332 #326bbc

#bc8332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8332 Color CSS Codes

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

#bc8332 Text Font Color

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

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


#bc8332 Background Color

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

This div background color is #bc8332


#bc8332 Border Color

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

This div border color is #bc8332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8332


Comments

No comments written yet.

Please login to write comment.