#B4596A

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

Shades of Blush #B4596A

Tints of Blush #B4596A

Color information

#B4596A (or 0xB4596A) is unknown color: approx Blush. HEX triplet: B4, 59 and 6A. RGB value is (180,89,106). Sum of RGB (Red+Green+Blue) = 180+89+106=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4596A is #4BA695. Grayscale: #767676. Windows color (decimal): -4957846 or 6969780. OLE color: 6969780.

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

Color convert

RGB18089106-
CMYK00.510.410.29
HSL348.79º37.76%52.75%-
HSV(B)348.79º50.56%70.59%-
XYZ2517.8915.77-
YUV118.15121.15172.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=48%
G=23.73%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808910600.510.410.29348.7937.7652.75
HexB4596A033291D15d2635
Octal26413115206351355354665
Binary1011010010110011101010011001110100111101101011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4596A; }

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

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

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

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

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

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

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

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