#B5586D

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

Shades of Blush #B5586D

Tints of Blush #B5586D

Color information

#B5586D (or 0xB5586D) is unknown color: approx Blush. HEX triplet: B5, 58 and 6D. RGB value is (181,88,109). Sum of RGB (Red+Green+Blue) = 181+88+109=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5586D is #4AA792. Grayscale: #767676. Windows color (decimal): -4892563 or 7166133. OLE color: 7166133.

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

Color convert

RGB18188109-
CMYK00.510.400.29
HSL346.45º38.59%52.75%-
HSV(B)346.45º51.38%70.98%-
XYZ25.3117.9116.59-
YUV118.2122.81172.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=47.88%
G=23.28%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818810900.510.400.29346.4538.5952.75
HexB5586D033281D15a2735
Octal26513015506350355324765
Binary1011010110110001101101011001110100011101101011010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5586D; }

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

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

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

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

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

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

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

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