#b64462

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

Shades of Blush #B64462

Tints of Blush #B64462

Color information

#B64462 (or 0xB64462) is unknown color: approx Blush. HEX triplet: B6, 44 and 62. RGB value is (182,68,98). Sum of RGB (Red+Green+Blue) = 182+68+98=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B64462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64462 is #49BB9D. Grayscale: #696969. Windows color (decimal): -4832158 or 6440118. OLE color: 6440118.

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

Color convert

RGB1826898-
CMYK00.630.460.29
HSL344.21º45.6%49.02%-
HSV(B)344.21º62.64%71.37%-
XYZ23.5614.9613.2-
YUV105.51123.77182.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=52.30%
G=19.54%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182689800.630.460.29344.2145.649.02
HexB6446203F2E1D1582e31
Octal26610414207756355305661
Binary1011011010001001100010011111110111011101101011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64462; }

 p { color: rgb(182,68,98); }

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

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

 a { background-color: rgb(182,68,98); }

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

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

 span { border-color: rgb(182,68,98); }

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