#B64549

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

Shades of Hippie Pink #B64549

Tints of Hippie Pink #B64549

Color information

#B64549 (or 0xB64549) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 49. RGB value is (182,69,73). Sum of RGB (Red+Green+Blue) = 182+69+73=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B64549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64549 is #49BAB6. Grayscale: #676767. Windows color (decimal): -4831927 or 4801974. OLE color: 4801974.

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

Color convert

RGB1826973-
CMYK00.620.600.29
HSL357.88º45.02%49.22%-
HSV(B)357.88º62.09%71.37%-
XYZ22.6214.687.94-
YUV103.24110.94184.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=56.17%
G=21.30%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182697300.620.600.29357.8845.0249.22
HexB6454903E3C1D1662d31
Octal26610511107674355465561
Binary1011011010001011001001011111011110011101101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64549; }

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

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

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

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

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

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

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

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