Color Hex Logo

#bc990b Color Hex

#BC990B
(188,153,11)
0 Favorites   0 Comments

Color spaces of #bc990b

RGB 18815311
HSL0.130.890.39
HSV48°94°74°
CMYK 0.000.190.94   0.26
XYZ32.190733.49805.0857
Yxy33.49800.45480.4733
Hunter Lab57.8775-2.006135.3044
CIE-Lab64.56211.274566.8735

#bc990b color RGB value is (188,153,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 00001011
Octal 274 231 13
Decimal 188 153 11
Hex BC 99 B

RGB Percentages of Color #bc990b

%53.41
%43.47
%3.13

CMYK Percentages of Color #bc990b

%0
%19
%94
%26

Triadic Colors of #bc990b

#bc990b #0bbc99 #990bbc

Analogous Colors of #bc990b

#bc990b #87bc0b #bc410b

Monochromatic Colors of #bc990b

#bc990b

Complementary Color

#bc990b #0b2ebc

#bc990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc990b Color CSS Codes

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

#bc990b Text Font Color

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

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


#bc990b Background Color

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

This div background color is #bc990b


#bc990b Border Color

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

This div border color is #bc990b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,153,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 #bc990b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc990b


Comments

No comments written yet.

Please login to write comment.