Color Hex Logo

#bb542f Color Hex

#BB542F
(187,84,47)
0 Favorites   0 Comments

Color spaces of #bb542f

RGB 1878447
HSL0.040.600.46
HSV16°75°73°
CMYK 0.000.550.75   0.27
XYZ24.176917.11074.7178
Yxy17.11070.52550.3719
Hunter Lab41.365131.940122.1934
CIE-Lab48.399239.221240.7869

#bb542f color RGB value is (187,84,47).

#bb542f hex color red value is 187, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bb542f hue: 0.04 , saturation: 0.60 and the lightness value of bb542f is 0.46.

The process color (four color CMYK) of #bb542f color hex is 0.00, 0.55, 0.75, 0.27. Web safe color of #bb542f is #cc6633. Color #bb542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 00101111
Octal 273 124 57
Decimal 187 84 47
Hex BB 54 2F

RGB Percentages of Color #bb542f

%58.81
%26.42
%14.78

CMYK Percentages of Color #bb542f

%0
%55
%75
%27

Triadic Colors of #bb542f

#bb542f #2fbb54 #542fbb

Analogous Colors of #bb542f

#bb542f #bb9a2f #bb2f50

Monochromatic Colors of #bb542f

#bb542f

Complementary Color

#bb542f #2f96bb

#bb542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb542f Color CSS Codes

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

#bb542f Text Font Color

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

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


#bb542f Background Color

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

This div background color is #bb542f


#bb542f Border Color

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

This div border color is #bb542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb542f


Comments

No comments written yet.

Please login to write comment.