#B64D52

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

Shades of Hippie Pink #B64D52

Tints of Hippie Pink #B64D52

Color information

#B64D52 (or 0xB64D52) is unknown color: approx Hippie Pink. HEX triplet: B6, 4D and 52. RGB value is (182,77,82). Sum of RGB (Red+Green+Blue) = 182+77+82=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D52 is #49B2AD. Grayscale: #6D6D6D. Windows color (decimal): -4829870 or 5393846. OLE color: 5393846.

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

Color convert

RGB1827782-
CMYK00.580.550.29
HSL357.14º41.83%50.78%-
HSV(B)357.14º57.69%71.37%-
XYZ23.4715.869.81-
YUV108.96112.79180.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=53.37%
G=22.58%
B=24.05%

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
Decimal182778200.580.550.29357.1441.8350.78
HexB64D5203A371D1652a33
Octal26611512207267355455263
Binary1011011010011011010010011101011011111101101100101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D52; }

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

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

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

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

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

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

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

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