Color Hex Logo

#b55c5f Color Hex

#B55C5F
(181,92,95)
0 Favorites   0 Comments

Color spaces of #b55c5f

RGB 1819295
HSL0.990.380.54
HSV358°49°71°
CMYK 0.000.490.48   0.29
XYZ24.948818.304313.0446
Yxy18.30430.44320.3251
Hunter Lab42.783529.219411.8711
CIE-Lab49.863136.247614.9624

#b55c5f color RGB value is (181,92,95).

#b55c5f hex color red value is 181, green value is 92 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b55c5f hue: 0.99 , saturation: 0.38 and the lightness value of b55c5f is 0.54.

The process color (four color CMYK) of #b55c5f color hex is 0.00, 0.49, 0.48, 0.29. Web safe color of #b55c5f is #cc6666. Color #b55c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011100 01011111
Octal 265 134 137
Decimal 181 92 95
Hex B5 5C 5F

RGB Percentages of Color #b55c5f

%49.18
%25.00
%25.82

CMYK Percentages of Color #b55c5f

%0
%49
%48
%29

Triadic Colors of #b55c5f

#b55c5f #5fb55c #5c5fb5

Analogous Colors of #b55c5f

#b55c5f #b5865c #b55c8c

Monochromatic Colors of #b55c5f

#b55c5f

Complementary Color

#b55c5f #5cb5b2

#b55c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55c5f Color CSS Codes

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

#b55c5f Text Font Color

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

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


#b55c5f Background Color

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

This div background color is #b55c5f


#b55c5f Border Color

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

This div border color is #b55c5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,92,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55c5f


Comments

No comments written yet.

Please login to write comment.