Color Hex Logo

#bb845e Color Hex

#BB845E
(187,132,94)
0 Favorites   0 Comments

Color spaces of #bb845e

RGB 18713294
HSL0.070.410.55
HSV25°50°73°
CMYK 0.000.290.50   0.27
XYZ30.765227.875514.3487
Yxy27.87550.42150.3819
Hunter Lab52.797311.617620.8448
CIE-Lab59.776116.681528.8719

#bb845e color RGB value is (187,132,94).

#bb845e hex color red value is 187, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb845e hue: 0.07 , saturation: 0.41 and the lightness value of bb845e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 01011110
Octal 273 204 136
Decimal 187 132 94
Hex BB 84 5E

RGB Percentages of Color #bb845e

%45.28
%31.96
%22.76

CMYK Percentages of Color #bb845e

%0
%29
%50
%27

Triadic Colors of #bb845e

#bb845e #5ebb84 #845ebb

Analogous Colors of #bb845e

#bb845e #bbb35e #bb5e67

Monochromatic Colors of #bb845e

#bb845e

Complementary Color

#bb845e #5e95bb

#bb845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb845e Color CSS Codes

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

#bb845e Text Font Color

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

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


#bb845e Background Color

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

This div background color is #bb845e


#bb845e Border Color

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

This div border color is #bb845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb845e


Comments

No comments written yet.

Please login to write comment.