#B3596E

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

Shades of Blush #B3596E

Tints of Blush #B3596E

Color information

#B3596E (or 0xB3596E) is unknown color: approx Blush. HEX triplet: B3, 59 and 6E. RGB value is (179,89,110). Sum of RGB (Red+Green+Blue) = 179+89+110=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3596E is #4CA691. Grayscale: #767676. Windows color (decimal): -5023378 or 7231923. OLE color: 7231923.

HSL color Cylindrical-coordinate representation of color #B3596E: hue angle of 346º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3596E is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17989110-
CMYK00.500.390.30
HSL346º37.19%52.55%-
HSV(B)346º50.28%70.2%-
XYZ24.9817.8516.88-
YUV118.3123.32171.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=47.35%
G=23.54%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798911000.500.390.3034637.1952.55
HexB3596E032271E15a2535
Octal26313115606247365324565
Binary1011001110110011101110011001010011111110101011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3596E; }

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

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

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

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

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

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

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

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