#B64D51

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

Shades of Hippie Pink #B64D51

Tints of Hippie Pink #B64D51

Color information

#B64D51 (or 0xB64D51) is unknown color: approx Hippie Pink. HEX triplet: B6, 4D and 51. RGB value is (182,77,81). Sum of RGB (Red+Green+Blue) = 182+77+81=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D51 is #49B2AE. Grayscale: #6C6C6C. Windows color (decimal): -4829871 or 5328310. OLE color: 5328310.

HSL color Cylindrical-coordinate representation of color #B64D51: hue angle of 357.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64D51 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1827781-
CMYK00.580.550.29
HSL357.71º41.83%50.78%-
HSV(B)357.71º57.69%71.37%-
XYZ23.4315.859.61-
YUV108.85112.29180.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=53.53%
G=22.65%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182778100.580.550.29357.7141.8350.78
HexB64D5103A371D1662a33
Octal26611512107267355465263
Binary1011011010011011010001011101011011111101101100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D51; }

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

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

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

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

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

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

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

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