Color Hex Logo

#bb843c Color Hex

#BB843C
(187,132,60)
0 Favorites   0 Comments

Color spaces of #bb843c

RGB 18713260
HSL0.090.510.48
HSV34°68°73°
CMYK 0.000.290.68   0.27
XYZ29.560427.39368.0045
Yxy27.39360.45510.4217
Hunter Lab52.33899.221727.5697
CIE-Lab59.336914.033546.1084

#bb843c color RGB value is (187,132,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 00111100
Octal 273 204 74
Decimal 187 132 60
Hex BB 84 3C

RGB Percentages of Color #bb843c

%49.34
%34.83
%15.83

CMYK Percentages of Color #bb843c

%0
%29
%68
%27

Triadic Colors of #bb843c

#bb843c #3cbb84 #843cbb

Analogous Colors of #bb843c

#bb843c #b3bb3c #bb453c

Monochromatic Colors of #bb843c

#bb843c

Complementary Color

#bb843c #3c73bb

#bb843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb843c Color CSS Codes

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

#bb843c Text Font Color

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

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


#bb843c Background Color

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

This div background color is #bb843c


#bb843c Border Color

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

This div border color is #bb843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb843c


Comments

No comments written yet.

Please login to write comment.