Color Hex Logo

#b0596e Color Hex

#B0596E
(176,89,110)
0 Favorites   0 Comments

Color spaces of #b0596e

RGB 17689110
HSL0.960.360.52
HSV346°49°69°
CMYK 0.000.490.38   0.31
XYZ24.291317.500716.8495
Yxy17.50070.41420.2984
Hunter Lab41.833830.43895.4033
CIE-Lab48.884837.62704.4948

#b0596e color RGB value is (176,89,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011001 01101110
Octal 260 131 156
Decimal 176 89 110
Hex B0 59 6E

RGB Percentages of Color #b0596e

%46.93
%23.73
%29.33

CMYK Percentages of Color #b0596e

%0
%49
%38
%31

Triadic Colors of #b0596e

#b0596e #6eb059 #596eb0

Analogous Colors of #b0596e

#b0596e #b07059 #b0599a

Monochromatic Colors of #b0596e

#b0596e

Complementary Color

#b0596e #59b09b

#b0596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0596e Color CSS Codes

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

#b0596e Text Font Color

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

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


#b0596e Background Color

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

This div background color is #b0596e


#b0596e Border Color

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

This div border color is #b0596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0596e


Comments

No comments written yet.

Please login to write comment.