Color Hex Logo

#b1545b Color Hex

#B1545B
(177,84,91)
0 Favorites   0 Comments

Color spaces of #b1545b

RGB 1778491
HSL0.990.370.51
HSV355°53°69°
CMYK 0.000.530.49   0.31
XYZ23.190116.443111.8491
Yxy16.44310.45040.3194
Hunter Lab40.550131.119311.0600
CIE-Lab47.550538.509114.0842

#b1545b color RGB value is (177,84,91).

#b1545b hex color red value is 177, green value is 84 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b1545b hue: 0.99 , saturation: 0.37 and the lightness value of b1545b is 0.51.

The process color (four color CMYK) of #b1545b color hex is 0.00, 0.53, 0.49, 0.31. Web safe color of #b1545b is #996666. Color #b1545b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 01011011
Octal 261 124 133
Decimal 177 84 91
Hex B1 54 5B

RGB Percentages of Color #b1545b

%50.28
%23.86
%25.85

CMYK Percentages of Color #b1545b

%0
%53
%49
%31

Triadic Colors of #b1545b

#b1545b #5bb154 #545bb1

Analogous Colors of #b1545b

#b1545b #b17c54 #b1548a

Monochromatic Colors of #b1545b

#b1545b

Complementary Color

#b1545b #54b1aa

#b1545b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1545b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1545b Color CSS Codes

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

#b1545b Text Font Color

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

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


#b1545b Background Color

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

This div background color is #b1545b


#b1545b Border Color

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

This div border color is #b1545b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1545b


Comments

No comments written yet.

Please login to write comment.