Color Hex Logo

#bb542d Color Hex

#BB542D
(187,84,45)
0 Favorites   0 Comments

Color spaces of #bb542d

RGB 1878445
HSL0.050.610.45
HSV16°76°73°
CMYK 0.000.550.76   0.27
XYZ24.137517.09494.5101
Yxy17.09490.52770.3737
Hunter Lab41.346031.851622.4747
CIE-Lab48.379439.134541.7991

#bb542d color RGB value is (187,84,45).

#bb542d hex color red value is 187, green value is 84 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bb542d hue: 0.05 , saturation: 0.61 and the lightness value of bb542d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 00101101
Octal 273 124 55
Decimal 187 84 45
Hex BB 54 2D

RGB Percentages of Color #bb542d

%59.18
%26.58
%14.24

CMYK Percentages of Color #bb542d

%0
%55
%76
%27

Triadic Colors of #bb542d

#bb542d #2dbb54 #542dbb

Analogous Colors of #bb542d

#bb542d #bb9b2d #bb2d4d

Monochromatic Colors of #bb542d

#bb542d

Complementary Color

#bb542d #2d94bb

#bb542d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb542d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb542d Color CSS Codes

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

#bb542d Text Font Color

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

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


#bb542d Background Color

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

This div background color is #bb542d


#bb542d Border Color

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

This div border color is #bb542d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb542d


Comments

No comments written yet.

Please login to write comment.