#B64551

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

Shades of Hippie Pink #B64551

Tints of Hippie Pink #B64551

Color information

#B64551 (or 0xB64551) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 51. RGB value is (182,69,81). Sum of RGB (Red+Green+Blue) = 182+69+81=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B64551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64551 is #49BAAE. Grayscale: #686868. Windows color (decimal): -4831919 or 5326262. OLE color: 5326262.

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

Color convert

RGB1826981-
CMYK00.620.550.29
HSL353.63º45.02%49.22%-
HSV(B)353.63º62.09%71.37%-
XYZ22.914.89.43-
YUV104.15114.94183.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=54.82%
G=20.78%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182698100.620.550.29353.6345.0249.22
HexB6455103E371D1622d31
Octal26610512107667355425561
Binary1011011010001011010001011111011011111101101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64551; }

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

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

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

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

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

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

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

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