#B64663

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

Shades of Blush #B64663

Tints of Blush #B64663

Color information

#B64663 (or 0xB64663) is unknown color: approx Blush. HEX triplet: B6, 46 and 63. RGB value is (182,70,99). Sum of RGB (Red+Green+Blue) = 182+70+99=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64663 is #49B99C. Grayscale: #6A6A6A. Windows color (decimal): -4831645 or 6506166. OLE color: 6506166.

HSL color Cylindrical-coordinate representation of color #B64663: hue angle of 344.46º degrees, saturation: 0.44, 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 #B64663 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1827099-
CMYK00.620.460.29
HSL344.46º44.44%49.41%-
HSV(B)344.46º61.54%71.37%-
XYZ23.7315.2313.49-
YUV106.79123.61181.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=51.85%
G=19.94%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182709900.620.460.29344.4644.4449.41
HexB6466303E2E1D1582c31
Octal26610614307656355305461
Binary1011011010001101100011011111010111011101101011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64663; }

 p { color: rgb(182,70,99); }

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

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

 a { background-color: rgb(182,70,99); }

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

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

 span { border-color: rgb(182,70,99); }

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