Color Hex Logo

#b15959 Color Hex

#B15959
(177,89,89)
0 Favorites   0 Comments

Color spaces of #b15959

RGB 1778989
HSL0.000.360.52
HSV50°69°
CMYK 0.000.500.50   0.31
XYZ23.507017.213111.5347
Yxy17.21310.44990.3294
Hunter Lab41.488728.530812.5582
CIE-Lab48.527435.715116.6206

#b15959 color RGB value is (177,89,89).

#b15959 hex color red value is 177, green value is 89 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b15959 hue: 0.00 , saturation: 0.36 and the lightness value of b15959 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011001 01011001
Octal 261 131 131
Decimal 177 89 89
Hex B1 59 59

RGB Percentages of Color #b15959

%49.86
%25.07
%25.07

CMYK Percentages of Color #b15959

%0
%50
%50
%31

Triadic Colors of #b15959

#b15959 #59b159 #5959b1

Analogous Colors of #b15959

#b15959 #b18559 #b15985

Monochromatic Colors of #b15959

#b15959

Complementary Color

#b15959 #59b1b1

#b15959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15959 Color CSS Codes

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

#b15959 Text Font Color

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

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


#b15959 Background Color

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

This div background color is #b15959


#b15959 Border Color

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

This div border color is #b15959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15959

#b15959 Color Palettes


Comments

No comments written yet.

Please login to write comment.