#B5595A

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

Shades of Blush #B5595A

Tints of Blush #B5595A

Color information

#B5595A (or 0xB5595A) is unknown color: approx Blush. HEX triplet: B5, 59 and 5A. RGB value is (181,89,90). Sum of RGB (Red+Green+Blue) = 181+89+90=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5595A is #4AA6A5. Grayscale: #747474. Windows color (decimal): -4892326 or 5921205. OLE color: 5921205.

HSL color Cylindrical-coordinate representation of color #B5595A: hue angle of 359.35º 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 #B5595A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1818990-
CMYK00.510.500.29
HSL359.35º38.33%52.94%-
HSV(B)359.35º50.83%70.98%-
XYZ24.4717.7111.8-
YUV116.62112.98173.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 90 (35.55% from 255) = 25%
R=50.28%
G=24.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181899000.510.500.29359.3538.3352.94
HexB5595A033321D1672635
Octal26513113206362355474665
Binary1011010110110011011010011001111001011101101100111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5595A; }

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

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

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

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

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

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

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

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