Color Hex Logo

#bb801b Color Hex

#BB801B
(187,128,27)
0 Favorites   0 Comments

Color spaces of #bb801b

RGB 18712827
HSL0.110.750.42
HSV38°86°73°
CMYK 0.000.320.86   0.27
XYZ28.410526.08234.5739
Yxy26.08230.48100.4416
Hunter Lab51.07089.924930.4396
CIE-Lab58.115114.849058.2600

#bb801b color RGB value is (187,128,27).

#bb801b hex color red value is 187, green value is 128 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bb801b hue: 0.11 , saturation: 0.75 and the lightness value of bb801b is 0.42.

The process color (four color CMYK) of #bb801b color hex is 0.00, 0.32, 0.86, 0.27. Web safe color of #bb801b is #cc9933. Color #bb801b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 00011011
Octal 273 200 33
Decimal 187 128 27
Hex BB 80 1B

RGB Percentages of Color #bb801b

%54.68
%37.43
%7.89

CMYK Percentages of Color #bb801b

%0
%32
%86
%27

Triadic Colors of #bb801b

#bb801b #1bbb80 #801bbb

Analogous Colors of #bb801b

#bb801b #a6bb1b #bb301b

Monochromatic Colors of #bb801b

#bb801b

Complementary Color

#bb801b #1b56bb

#bb801b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb801b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb801b Color CSS Codes

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

#bb801b Text Font Color

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

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


#bb801b Background Color

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

This div background color is #bb801b


#bb801b Border Color

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

This div border color is #bb801b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb801b


Comments

No comments written yet.

Please login to write comment.