Color Hex Logo

#b1592a Color Hex

#B1592A
(177,89,42)
0 Favorites   0 Comments

Color spaces of #b1592a

RGB 1778942
HSL0.060.620.43
HSV21°76°69°
CMYK 0.000.500.76   0.31
XYZ22.121816.65904.2401
Yxy16.65900.51420.3872
Hunter Lab40.815425.319322.4115
CIE-Lab47.827532.442242.2569

#b1592a color RGB value is (177,89,42).

#b1592a hex color red value is 177, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b1592a hue: 0.06 , saturation: 0.62 and the lightness value of b1592a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011001 00101010
Octal 261 131 52
Decimal 177 89 42
Hex B1 59 2A

RGB Percentages of Color #b1592a

%57.47
%28.90
%13.64

CMYK Percentages of Color #b1592a

%0
%50
%76
%31

Triadic Colors of #b1592a

#b1592a #2ab159 #592ab1

Analogous Colors of #b1592a

#b1592a #b19d2a #b12a3e

Monochromatic Colors of #b1592a

#b1592a

Complementary Color

#b1592a #2a82b1

#b1592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1592a Color CSS Codes

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

#b1592a Text Font Color

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

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


#b1592a Background Color

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

This div background color is #b1592a


#b1592a Border Color

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

This div border color is #b1592a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1592a


Comments

No comments written yet.

Please login to write comment.