#B64A61

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

Shades of Blush #B64A61

Tints of Blush #B64A61

Color information

#B64A61 (or 0xB64A61) is unknown color: approx Blush. HEX triplet: B6, 4A and 61. RGB value is (182,74,97). Sum of RGB (Red+Green+Blue) = 182+74+97=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A61 is #49B59E. Grayscale: #6C6C6C. Windows color (decimal): -4830623 or 6376118. OLE color: 6376118.

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

Color convert

RGB1827497-
CMYK00.590.470.29
HSL347.22º42.52%50.2%-
HSV(B)347.22º59.34%71.37%-
XYZ23.915.7113.08-
YUV108.91121.28180.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=51.56%
G=20.96%
B=27.48%

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
Decimal182749700.590.470.29347.2242.5250.2
HexB64A6103B2F1D15b2b32
Octal26611214107357355335362
Binary1011011010010101100001011101110111111101101011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A61; }

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

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

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

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

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

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

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

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