Color Hex Logo

#bb844f Color Hex

#BB844F
(187,132,79)
0 Favorites   0 Comments

Color spaces of #bb844f

RGB 18713279
HSL0.080.440.52
HSV29°58°73°
CMYK 0.000.290.58   0.27
XYZ30.156127.631811.1412
Yxy27.63180.43750.4009
Hunter Lab52.566010.411724.2298
CIE-Lab59.554615.355436.7216

#bb844f color RGB value is (187,132,79).

#bb844f hex color red value is 187, green value is 132 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb844f hue: 0.08 , saturation: 0.44 and the lightness value of bb844f is 0.52.

The process color (four color CMYK) of #bb844f color hex is 0.00, 0.29, 0.58, 0.27. Web safe color of #bb844f is #cc9966. Color #bb844f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 01001111
Octal 273 204 117
Decimal 187 132 79
Hex BB 84 4F

RGB Percentages of Color #bb844f

%46.98
%33.17
%19.85

CMYK Percentages of Color #bb844f

%0
%29
%58
%27

Triadic Colors of #bb844f

#bb844f #4fbb84 #844fbb

Analogous Colors of #bb844f

#bb844f #bbba4f #bb4f50

Monochromatic Colors of #bb844f

#bb844f

Complementary Color

#bb844f #4f86bb

#bb844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb844f Color CSS Codes

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

#bb844f Text Font Color

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

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


#bb844f Background Color

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

This div background color is #bb844f


#bb844f Border Color

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

This div border color is #bb844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb844f


Comments

No comments written yet.

Please login to write comment.