#B3596B

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

Shades of Blush #B3596B

Tints of Blush #B3596B

Color information

#B3596B (or 0xB3596B) is unknown color: approx Blush. HEX triplet: B3, 59 and 6B. RGB value is (179,89,107). Sum of RGB (Red+Green+Blue) = 179+89+107=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3596B is #4CA694. Grayscale: #757575. Windows color (decimal): -5023381 or 7035315. OLE color: 7035315.

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

Color convert

RGB17989107-
CMYK00.500.400.30
HSL348º37.19%52.55%-
HSV(B)348º50.28%70.2%-
XYZ24.8217.7916.04-
YUV117.96121.82171.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=47.73%
G=23.73%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798910700.500.400.3034837.1952.55
HexB3596B032281E15c2535
Octal26313115306250365344565
Binary1011001110110011101011011001010100011110101011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3596B; }

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

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

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

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

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

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

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

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