#B64566

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

Shades of Blush #B64566

Tints of Blush #B64566

Color information

#B64566 (or 0xB64566) is unknown color: approx Blush. HEX triplet: B6, 45 and 66. RGB value is (182,69,102). Sum of RGB (Red+Green+Blue) = 182+69+102=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B64566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64566 is #49BA99. Grayscale: #6A6A6A. Windows color (decimal): -4831898 or 6702518. OLE color: 6702518.

HSL color Cylindrical-coordinate representation of color #B64566: hue angle of 342.48º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64566 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18269102-
CMYK00.620.440.29
HSL342.48º45.02%49.22%-
HSV(B)342.48º62.09%71.37%-
XYZ23.8215.1614.24-
YUV106.55125.44181.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=51.56%
G=19.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826910200.620.440.29342.4845.0249.22
HexB6456603E2C1D1562d31
Octal26610514607654355265561
Binary1011011010001011100110011111010110011101101010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64566; }

 p { color: rgb(182,69,102); }

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

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

 a { background-color: rgb(182,69,102); }

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

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

 span { border-color: rgb(182,69,102); }

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