Color Hex Logo

#bc800b Color Hex

#BC800B
(188,128,11)
0 Favorites   0 Comments

Color spaces of #bc800b

RGB 18812811
HSL0.110.890.39
HSV40°94°74°
CMYK 0.000.320.94   0.26
XYZ28.518626.15393.8617
Yxy26.15390.48720.4468
Hunter Lab51.140910.043631.3216
CIE-Lab58.182814.980462.1907

#bc800b color RGB value is (188,128,11).

#bc800b hex color red value is 188, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc800b hue: 0.11 , saturation: 0.89 and the lightness value of bc800b is 0.39.

The process color (four color CMYK) of #bc800b color hex is 0.00, 0.32, 0.94, 0.26. Web safe color of #bc800b is #cc9900. Color #bc800b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 00001011
Octal 274 200 13
Decimal 188 128 11
Hex BC 80 B

RGB Percentages of Color #bc800b

%57.49
%39.14
%3.36

CMYK Percentages of Color #bc800b

%0
%32
%94
%26

Triadic Colors of #bc800b

#bc800b #0bbc80 #800bbc

Analogous Colors of #bc800b

#bc800b #a0bc0b #bc280b

Monochromatic Colors of #bc800b

#bc800b

Complementary Color

#bc800b #0b47bc

#bc800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc800b Color CSS Codes

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

#bc800b Text Font Color

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

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


#bc800b Background Color

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

This div background color is #bc800b


#bc800b Border Color

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

This div border color is #bc800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc800b


Comments

No comments written yet.

Please login to write comment.