#B6596E

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

Shades of Blush #B6596E

Tints of Blush #B6596E

Color information

#B6596E (or 0xB6596E) is unknown color: approx Blush. HEX triplet: B6, 59 and 6E. RGB value is (182,89,110). Sum of RGB (Red+Green+Blue) = 182+89+110=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6596E is #49A691. Grayscale: #777777. Windows color (decimal): -4826770 or 7231926. OLE color: 7231926.

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

Color convert

RGB18289110-
CMYK00.510.400.29
HSL346.45º38.91%53.14%-
HSV(B)346.45º51.1%71.37%-
XYZ25.6818.2216.91-
YUV119.2122.81172.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=47.77%
G=23.36%
B=28.87%

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
Decimal1828911000.510.400.29346.4538.9153.14
HexB6596E033281D15a2735
Octal26613115606350355324765
Binary1011011010110011101110011001110100011101101011010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6596E; }

 p { color: rgb(182,89,110); }

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

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

 a { background-color: rgb(182,89,110); }

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

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

 span { border-color: rgb(182,89,110); }

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