Color Hex Logo

#bb843b Color Hex

#BB843B
(187,132,59)
0 Favorites   0 Comments

Color spaces of #bb843b

RGB 18713259
HSL0.100.520.48
HSV34°68°73°
CMYK 0.000.290.68   0.27
XYZ29.534227.38317.8665
Yxy27.38310.45590.4227
Hunter Lab52.32899.169227.7173
CIE-Lab59.327313.974846.5761

#bb843b color RGB value is (187,132,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 00111011
Octal 273 204 73
Decimal 187 132 59
Hex BB 84 3B

RGB Percentages of Color #bb843b

%49.47
%34.92
%15.61

CMYK Percentages of Color #bb843b

%0
%29
%68
%27

Triadic Colors of #bb843b

#bb843b #3bbb84 #843bbb

Analogous Colors of #bb843b

#bb843b #b2bb3b #bb443b

Monochromatic Colors of #bb843b

#bb843b

Complementary Color

#bb843b #3b72bb

#bb843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb843b Color CSS Codes

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

#bb843b Text Font Color

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

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


#bb843b Background Color

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

This div background color is #bb843b


#bb843b Border Color

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

This div border color is #bb843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb843b


Comments

No comments written yet.

Please login to write comment.