#b64859

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

Shades of Hippie Pink #B64859

Tints of Hippie Pink #B64859

Color information

#B64859 (or 0xB64859) is unknown color: approx Hippie Pink. HEX triplet: B6, 48 and 59. RGB value is (182,72,89). Sum of RGB (Red+Green+Blue) = 182+72+89=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B64859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64859 is #49B7A6. Grayscale: #6A6A6A. Windows color (decimal): -4831143 or 5851318. OLE color: 5851318.

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

Color convert

RGB1827289-
CMYK00.600.510.29
HSL350.73º43.31%49.8%-
HSV(B)350.73º60.44%71.37%-
XYZ23.4115.311.17-
YUV106.83117.94181.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=53.06%
G=20.99%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182728900.600.510.29350.7343.3149.8
HexB6485903C331D15f2b32
Octal26611013107463355375362
Binary1011011010010001011001011110011001111101101011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64859; }

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

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

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

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

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

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

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

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