Color Hex Logo

#b5572f Color Hex

#B5572F
(181,87,47)
0 Favorites   0 Comments

Color spaces of #b5572f

RGB 1818747
HSL0.050.590.45
HSV18°74°71°
CMYK 0.000.520.74   0.29
XYZ22.977316.84544.7298
Yxy16.84540.51570.3781
Hunter Lab41.043128.104621.8976
CIE-Lab48.064635.334540.1505

#b5572f color RGB value is (181,87,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 00101111
Octal 265 127 57
Decimal 181 87 47
Hex B5 57 2F

RGB Percentages of Color #b5572f

%57.46
%27.62
%14.92

CMYK Percentages of Color #b5572f

%0
%52
%74
%29

Triadic Colors of #b5572f

#b5572f #2fb557 #572fb5

Analogous Colors of #b5572f

#b5572f #b59a2f #b52f4a

Monochromatic Colors of #b5572f

#b5572f

Complementary Color

#b5572f #2f8db5

#b5572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5572f Color CSS Codes

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

#b5572f Text Font Color

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

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


#b5572f Background Color

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

This div background color is #b5572f


#b5572f Border Color

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

This div border color is #b5572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5572f


Comments

No comments written yet.

Please login to write comment.