Color Hex Logo

#b4572f Color Hex

#B4572F
(180,87,47)
0 Favorites   0 Comments

Color spaces of #b4572f

RGB 1808747
HSL0.050.590.45
HSV18°74°71°
CMYK 0.000.520.74   0.29
XYZ22.743716.72494.7188
Yxy16.72490.51470.3785
Hunter Lab40.896127.701721.7861
CIE-Lab47.911534.935439.9411

#b4572f color RGB value is (180,87,47).

#b4572f hex color red value is 180, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b4572f hue: 0.05 , saturation: 0.59 and the lightness value of b4572f is 0.45.

The process color (four color CMYK) of #b4572f color hex is 0.00, 0.52, 0.74, 0.29. Web safe color of #b4572f is #cc6633. Color #b4572f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 00101111
Octal 264 127 57
Decimal 180 87 47
Hex B4 57 2F

RGB Percentages of Color #b4572f

%57.32
%27.71
%14.97

CMYK Percentages of Color #b4572f

%0
%52
%74
%29

Triadic Colors of #b4572f

#b4572f #2fb457 #572fb4

Analogous Colors of #b4572f

#b4572f #b49a2f #b42f49

Monochromatic Colors of #b4572f

#b4572f

Complementary Color

#b4572f #2f8cb4

#b4572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4572f Color CSS Codes

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

#b4572f Text Font Color

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

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


#b4572f Background Color

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

This div background color is #b4572f


#b4572f Border Color

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

This div border color is #b4572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4572f


Comments

No comments written yet.

Please login to write comment.