Color Hex Logo

#bb853e Color Hex

#BB853E
(187,133,62)
0 Favorites   0 Comments

Color spaces of #bb853e

RGB 18713362
HSL0.090.500.49
HSV34°67°73°
CMYK 0.000.290.67   0.27
XYZ29.750527.68778.3337
Yxy27.68770.45230.4210
Hunter Lab52.61918.839327.4431
CIE-Lab59.605513.600145.4384

#bb853e color RGB value is (187,133,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 00111110
Octal 273 205 76
Decimal 187 133 62
Hex BB 85 3E

RGB Percentages of Color #bb853e

%48.95
%34.82
%16.23

CMYK Percentages of Color #bb853e

%0
%29
%67
%27

Triadic Colors of #bb853e

#bb853e #3ebb85 #853ebb

Analogous Colors of #bb853e

#bb853e #b3bb3e #bb473e

Monochromatic Colors of #bb853e

#bb853e

Complementary Color

#bb853e #3e74bb

#bb853e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb853e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb853e Color CSS Codes

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

#bb853e Text Font Color

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

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


#bb853e Background Color

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

This div background color is #bb853e


#bb853e Border Color

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

This div border color is #bb853e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb853e


Comments

No comments written yet.

Please login to write comment.