Color Hex Logo

#bb851c Color Hex

#BB851C
(187,133,28)
0 Favorites   0 Comments

Color spaces of #bb851c

RGB 18713328
HSL0.110.740.42
HSV40°85°73°
CMYK 0.000.290.85   0.27
XYZ29.090627.42374.8587
Yxy27.42370.47400.4468
Hunter Lab52.36767.514731.1564
CIE-Lab59.364512.110359.0000

#bb851c color RGB value is (187,133,28).

#bb851c hex color red value is 187, green value is 133 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bb851c hue: 0.11 , saturation: 0.74 and the lightness value of bb851c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 00011100
Octal 273 205 34
Decimal 187 133 28
Hex BB 85 1C

RGB Percentages of Color #bb851c

%53.74
%38.22
%8.05

CMYK Percentages of Color #bb851c

%0
%29
%85
%27

Triadic Colors of #bb851c

#bb851c #1cbb85 #851cbb

Analogous Colors of #bb851c

#bb851c #a2bb1c #bb361c

Monochromatic Colors of #bb851c

#bb851c

Complementary Color

#bb851c #1c52bb

#bb851c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb851c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb851c Color CSS Codes

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

#bb851c Text Font Color

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

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


#bb851c Background Color

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

This div background color is #bb851c


#bb851c Border Color

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

This div border color is #bb851c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb851c


Comments

No comments written yet.

Please login to write comment.