#B5595E

Color #B5595E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B5595E

Tints of Blush #B5595E

Color information

#B5595E (or 0xB5595E) is unknown color: approx Blush. HEX triplet: B5, 59 and 5E. RGB value is (181,89,94). Sum of RGB (Red+Green+Blue) = 181+89+94=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5595E is #4AA6A1. Grayscale: #757575. Windows color (decimal): -4892322 or 6183349. OLE color: 6183349.

HSL color Cylindrical-coordinate representation of color #B5595E: hue angle of 356.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5595E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1818994-
CMYK00.510.480.29
HSL356.74º38.33%52.94%-
HSV(B)356.74º50.83%70.98%-
XYZ24.6517.7812.72-
YUV117.08114.98173.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=49.73%
G=24.45%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181899400.510.480.29356.7438.3352.94
HexB5595E033301D1652635
Octal26513113606360355454665
Binary1011010110110011011110011001111000011101101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5595E; }

 p { color: rgb(181,89,94); }

 H1.HeaderClassName
 {
   color: #B5595E;
 }
 .AnyTagClassName
 {
   color: #B5595E;
 }
</style>
background-color css

<style>
 a { background-color: #B5595E; }

 a { background-color: rgb(181,89,94); }

 div.DivClassName
 {
   background-color: #B5595E;
 }
 .BgClassName
 {
   background-color: #B5595E;
 }
</style>
border-color css

<style>
 span { border-color: #B5595E; }

 span { border-color: rgb(181,89,94); }

 td.TdClassName
 {
   border-color: #B5595E;
 }
 .TagClassName
 {
   border-color: #B5595E;
 }
</style>