Color Hex Logo

#bb853c Color Hex

#BB853C
(187,133,60)
0 Favorites   0 Comments

Color spaces of #bb853c

RGB 18713360
HSL0.100.510.48
HSV34°68°73°
CMYK 0.000.290.68   0.27
XYZ29.696727.66618.0499
Yxy27.66610.45400.4229
Hunter Lab52.59868.732127.7450
CIE-Lab59.585913.480146.3796

#bb853c color RGB value is (187,133,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 00111100
Octal 273 205 74
Decimal 187 133 60
Hex BB 85 3C

RGB Percentages of Color #bb853c

%49.21
%35.00
%15.79

CMYK Percentages of Color #bb853c

%0
%29
%68
%27

Triadic Colors of #bb853c

#bb853c #3cbb85 #853cbb

Analogous Colors of #bb853c

#bb853c #b2bb3c #bb463c

Monochromatic Colors of #bb853c

#bb853c

Complementary Color

#bb853c #3c72bb

#bb853c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb853c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb853c Color CSS Codes

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

#bb853c Text Font Color

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

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


#bb853c Background Color

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

This div background color is #bb853c


#bb853c Border Color

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

This div border color is #bb853c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,133,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 #bb853c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb853c


Comments

No comments written yet.

Please login to write comment.