#B5585E

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

Shades of Blush #B5585E

Tints of Blush #B5585E

Color information

#B5585E (or 0xB5585E) is unknown color: approx Blush. HEX triplet: B5, 58 and 5E. RGB value is (181,88,94). Sum of RGB (Red+Green+Blue) = 181+88+94=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5585E is #4AA7A1. Grayscale: #747474. Windows color (decimal): -4892578 or 6183093. OLE color: 6183093.

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

Color convert

RGB1818894-
CMYK00.510.480.29
HSL356.13º38.59%52.75%-
HSV(B)356.13º51.38%70.98%-
XYZ24.5717.6112.69-
YUV116.49115.31174.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=49.86%
G=24.24%
B=25.90%

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
Decimal181889400.510.480.29356.1338.5952.75
HexB5585E033301D1642735
Octal26513013606360355444765
Binary1011010110110001011110011001111000011101101100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5585E; }

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

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

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

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

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

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

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

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