Color Hex Logo

#b5594d Color Hex

#B5594D
(181,89,77)
0 Favorites   0 Comments

Color spaces of #b5594d

RGB 1818977
HSL0.020.410.51
HSV57°71°
CMYK 0.000.510.57   0.29
XYZ23.968017.50439.1366
Yxy17.50430.47360.3459
Hunter Lab41.838129.041316.3390
CIE-Lab48.889336.193824.3182

#b5594d color RGB value is (181,89,77).

#b5594d hex color red value is 181, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b5594d hue: 0.02 , saturation: 0.41 and the lightness value of b5594d is 0.51.

The process color (four color CMYK) of #b5594d color hex is 0.00, 0.51, 0.57, 0.29. Web safe color of #b5594d is #cc6666. Color #b5594d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 01001101
Octal 265 131 115
Decimal 181 89 77
Hex B5 59 4D

RGB Percentages of Color #b5594d

%52.16
%25.65
%22.19

CMYK Percentages of Color #b5594d

%0
%51
%57
%29

Triadic Colors of #b5594d

#b5594d #4db559 #594db5

Analogous Colors of #b5594d

#b5594d #b58d4d #b54d75

Monochromatic Colors of #b5594d

#b5594d

Complementary Color

#b5594d #4da9b5

#b5594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5594d Color CSS Codes

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

#b5594d Text Font Color

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

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


#b5594d Background Color

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

This div background color is #b5594d


#b5594d Border Color

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

This div border color is #b5594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5594d


Comments

No comments written yet.

Please login to write comment.