#B64869

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

Shades of Blush #B64869

Tints of Blush #B64869

Color information

#B64869 (or 0xB64869) is unknown color: approx Blush. HEX triplet: B6, 48 and 69. RGB value is (182,72,105). Sum of RGB (Red+Green+Blue) = 182+72+105=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B64869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64869 is #49B796. Grayscale: #6C6C6C. Windows color (decimal): -4831127 or 6899894. OLE color: 6899894.

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

Color convert

RGB18272105-
CMYK00.600.420.29
HSL342º43.31%49.8%-
HSV(B)342º60.44%71.37%-
XYZ24.1615.615.1-
YUV108.65125.94180.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=50.70%
G=20.06%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827210500.600.420.2934243.3149.8
HexB6486903C2A1D1562b32
Octal26611015107452355265362
Binary1011011010010001101001011110010101011101101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64869; }

 p { color: rgb(182,72,105); }

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

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

 a { background-color: rgb(182,72,105); }

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

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

 span { border-color: rgb(182,72,105); }

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