#B64A60

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

Shades of Blush #B64A60

Tints of Blush #B64A60

Color information

#B64A60 (or 0xB64A60) is unknown color: approx Blush. HEX triplet: B6, 4A and 60. RGB value is (182,74,96). Sum of RGB (Red+Green+Blue) = 182+74+96=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A60 is #49B59F. Grayscale: #6C6C6C. Windows color (decimal): -4830624 or 6310582. OLE color: 6310582.

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

Color convert

RGB1827496-
CMYK00.590.470.29
HSL347.78º42.52%50.2%-
HSV(B)347.78º59.34%71.37%-
XYZ23.8515.6912.84-
YUV108.8120.78180.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=51.70%
G=21.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182749600.590.470.29347.7842.5250.2
HexB64A6003B2F1D15c2b32
Octal26611214007357355345362
Binary1011011010010101100000011101110111111101101011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A60; }

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

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

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

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

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

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

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

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