Color Hex Logo

#bb803e Color Hex

#BB803E
(187,128,62)
0 Favorites   0 Comments

Color spaces of #bb803e

RGB 18712862
HSL0.090.500.49
HSV32°67°73°
CMYK 0.000.320.67   0.27
XYZ29.082226.35098.1109
Yxy26.35090.45770.4147
Hunter Lab51.333111.294226.5651
CIE-Lab58.368616.370344.0694

#bb803e color RGB value is (187,128,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 00111110
Octal 273 200 76
Decimal 187 128 62
Hex BB 80 3E

RGB Percentages of Color #bb803e

%49.60
%33.95
%16.45

CMYK Percentages of Color #bb803e

%0
%32
%67
%27

Triadic Colors of #bb803e

#bb803e #3ebb80 #803ebb

Analogous Colors of #bb803e

#bb803e #b8bb3e #bb423e

Monochromatic Colors of #bb803e

#bb803e

Complementary Color

#bb803e #3e79bb

#bb803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb803e Color CSS Codes

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

#bb803e Text Font Color

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

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


#bb803e Background Color

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

This div background color is #bb803e


#bb803e Border Color

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

This div border color is #bb803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb803e


Comments

No comments written yet.

Please login to write comment.