Color Hex Logo

#b1515a Color Hex

#B1515A
(177,81,90)
0 Favorites   0 Comments

Color spaces of #b1515a

RGB 1778190
HSL0.980.380.51
HSV354°54°69°
CMYK 0.000.540.49   0.31
XYZ22.919415.970211.5474
Yxy15.97020.45440.3166
Hunter Lab39.962732.438410.8418
CIE-Lab46.935439.940313.8409

#b1515a color RGB value is (177,81,90).

#b1515a hex color red value is 177, green value is 81 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b1515a hue: 0.98 , saturation: 0.38 and the lightness value of b1515a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 01011010
Octal 261 121 132
Decimal 177 81 90
Hex B1 51 5A

RGB Percentages of Color #b1515a

%50.86
%23.28
%25.86

CMYK Percentages of Color #b1515a

%0
%54
%49
%31

Triadic Colors of #b1515a

#b1515a #5ab151 #515ab1

Analogous Colors of #b1515a

#b1515a #b17851 #b1518a

Monochromatic Colors of #b1515a

#b1515a

Complementary Color

#b1515a #51b1a8

#b1515a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1515a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1515a Color CSS Codes

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

#b1515a Text Font Color

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

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


#b1515a Background Color

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

This div background color is #b1515a


#b1515a Border Color

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

This div border color is #b1515a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1515a


Comments

No comments written yet.

Please login to write comment.