Color Hex Logo

#bb852e Color Hex

#BB852E
(187,133,46)
0 Favorites   0 Comments

Color spaces of #bb852e

RGB 18713346
HSL0.100.610.46
HSV37°75°73°
CMYK 0.000.290.75   0.27
XYZ29.374227.53716.3518
Yxy27.53710.46430.4353
Hunter Lab52.47588.085729.5565
CIE-Lab59.468212.754652.5509

#bb852e color RGB value is (187,133,46).

#bb852e hex color red value is 187, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb852e hue: 0.10 , saturation: 0.61 and the lightness value of bb852e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 00101110
Octal 273 205 56
Decimal 187 133 46
Hex BB 85 2E

RGB Percentages of Color #bb852e

%51.09
%36.34
%12.57

CMYK Percentages of Color #bb852e

%0
%29
%75
%27

Triadic Colors of #bb852e

#bb852e #2ebb85 #852ebb

Analogous Colors of #bb852e

#bb852e #abbb2e #bb3f2e

Monochromatic Colors of #bb852e

#bb852e

Complementary Color

#bb852e #2e64bb

#bb852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb852e Color CSS Codes

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

#bb852e Text Font Color

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

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


#bb852e Background Color

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

This div background color is #bb852e


#bb852e Border Color

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

This div border color is #bb852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb852e


Comments

No comments written yet.

Please login to write comment.