#B64454

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

Shades of Hippie Pink #B64454

Tints of Hippie Pink #B64454

Color information

#B64454 (or 0xB64454) is unknown color: approx Hippie Pink. HEX triplet: B6, 44 and 54. RGB value is (182,68,84). Sum of RGB (Red+Green+Blue) = 182+68+84=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B64454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64454 is #49BBAB. Grayscale: #676767. Windows color (decimal): -4832172 or 5522614. OLE color: 5522614.

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

Color convert

RGB1826884-
CMYK00.630.540.29
HSL351.58º45.6%49.02%-
HSV(B)351.58º62.64%71.37%-
XYZ22.9614.7210.02-
YUV103.91116.77183.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=54.49%
G=20.36%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182688400.630.540.29351.5845.649.02
HexB6445403F361D1602e31
Octal26610412407766355405661
Binary1011011010001001010100011111111011011101101100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64454; }

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

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

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

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

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

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

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

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