Color Hex Logo

#bb803b Color Hex

#BB803B
(187,128,59)
0 Favorites   0 Comments

Color spaces of #bb803b

RGB 18712859
HSL0.090.520.48
HSV32°68°73°
CMYK 0.000.320.68   0.27
XYZ29.002126.31897.6892
Yxy26.31890.46030.4177
Hunter Lab51.301911.131527.0249
CIE-Lab58.338516.190545.5019

#bb803b color RGB value is (187,128,59).

#bb803b hex color red value is 187, green value is 128 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb803b hue: 0.09 , saturation: 0.52 and the lightness value of bb803b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 00111011
Octal 273 200 73
Decimal 187 128 59
Hex BB 80 3B

RGB Percentages of Color #bb803b

%50.00
%34.22
%15.78

CMYK Percentages of Color #bb803b

%0
%32
%68
%27

Triadic Colors of #bb803b

#bb803b #3bbb80 #803bbb

Analogous Colors of #bb803b

#bb803b #b6bb3b #bb403b

Monochromatic Colors of #bb803b

#bb803b

Complementary Color

#bb803b #3b76bb

#bb803b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb803b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb803b Color CSS Codes

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

#bb803b Text Font Color

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

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


#bb803b Background Color

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

This div background color is #bb803b


#bb803b Border Color

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

This div border color is #bb803b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb803b


Comments

No comments written yet.

Please login to write comment.