#B64D60

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

Shades of Blush #B64D60

Tints of Blush #B64D60

Color information

#B64D60 (or 0xB64D60) is unknown color: approx Blush. HEX triplet: B6, 4D and 60. RGB value is (182,77,96). Sum of RGB (Red+Green+Blue) = 182+77+96=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D60 is #49B29F. Grayscale: #6E6E6E. Windows color (decimal): -4829856 or 6311350. OLE color: 6311350.

HSL color Cylindrical-coordinate representation of color #B64D60: hue angle of 349.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64D60 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1827796-
CMYK00.580.470.29
HSL349.14º41.83%50.78%-
HSV(B)349.14º57.69%71.37%-
XYZ24.0616.112.91-
YUV110.56119.79178.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=51.27%
G=21.69%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182779600.580.470.29349.1441.8350.78
HexB64D6003A2F1D15d2a33
Octal26611514007257355355263
Binary1011011010011011100000011101010111111101101011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D60; }

 p { color: rgb(182,77,96); }

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

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

 a { background-color: rgb(182,77,96); }

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

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

 span { border-color: rgb(182,77,96); }

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