Color Hex Logo

#bb854c Color Hex

#BB854C
(187,133,76)
0 Favorites   0 Comments

Color spaces of #bb854c

RGB 18713376
HSL0.090.450.52
HSV31°59°73°
CMYK 0.000.290.59   0.27
XYZ30.185627.861710.6244
Yxy27.86170.43960.4057
Hunter Lab52.78429.706225.0150
CIE-Lab59.763614.565938.5512

#bb854c color RGB value is (187,133,76).

#bb854c hex color red value is 187, green value is 133 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb854c hue: 0.09 , saturation: 0.45 and the lightness value of bb854c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 01001100
Octal 273 205 114
Decimal 187 133 76
Hex BB 85 4C

RGB Percentages of Color #bb854c

%47.22
%33.59
%19.19

CMYK Percentages of Color #bb854c

%0
%29
%59
%27

Triadic Colors of #bb854c

#bb854c #4cbb85 #854cbb

Analogous Colors of #bb854c

#bb854c #babb4c #bb4d4c

Monochromatic Colors of #bb854c

#bb854c

Complementary Color

#bb854c #4c82bb

#bb854c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb854c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb854c Color CSS Codes

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

#bb854c Text Font Color

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

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


#bb854c Background Color

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

This div background color is #bb854c


#bb854c Border Color

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

This div border color is #bb854c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb854c


Comments

No comments written yet.

Please login to write comment.