Color Hex Logo

#bb854e Color Hex

#BB854E
(187,133,78)
0 Favorites   0 Comments

Color spaces of #bb854e

RGB 18713378
HSL0.080.440.52
HSV30°58°73°
CMYK 0.000.290.58   0.27
XYZ30.256227.889910.9963
Yxy27.88990.43760.4034
Hunter Lab52.81099.846424.6222
CIE-Lab59.789114.721537.5332

#bb854e color RGB value is (187,133,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 01001110
Octal 273 205 116
Decimal 187 133 78
Hex BB 85 4E

RGB Percentages of Color #bb854e

%46.98
%33.42
%19.60

CMYK Percentages of Color #bb854e

%0
%29
%58
%27

Triadic Colors of #bb854e

#bb854e #4ebb85 #854ebb

Analogous Colors of #bb854e

#bb854e #bbbb4e #bb4f4e

Monochromatic Colors of #bb854e

#bb854e

Complementary Color

#bb854e #4e84bb

#bb854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb854e Color CSS Codes

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

#bb854e Text Font Color

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

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


#bb854e Background Color

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

This div background color is #bb854e


#bb854e Border Color

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

This div border color is #bb854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb854e


Comments

No comments written yet.

Please login to write comment.