#B4596D

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

Shades of Blush #B4596D

Tints of Blush #B4596D

Color information

#B4596D (or 0xB4596D) is unknown color: approx Blush. HEX triplet: B4, 59 and 6D. RGB value is (180,89,109). Sum of RGB (Red+Green+Blue) = 180+89+109=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4596D is #4BA692. Grayscale: #767676. Windows color (decimal): -4957843 or 7166388. OLE color: 7166388.

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

Color convert

RGB18089109-
CMYK00.510.390.29
HSL346.81º37.76%52.75%-
HSV(B)346.81º50.56%70.59%-
XYZ25.1617.9516.61-
YUV118.49122.65171.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=47.62%
G=23.54%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808910900.510.390.29346.8137.7652.75
HexB4596D033271D15b2635
Octal26413115506347355334665
Binary1011010010110011101101011001110011111101101011011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4596D; }

 p { color: rgb(180,89,109); }

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

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

 a { background-color: rgb(180,89,109); }

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

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

 span { border-color: rgb(180,89,109); }

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