#B64D53

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

Shades of Hippie Pink #B64D53

Tints of Hippie Pink #B64D53

Color information

#B64D53 (or 0xB64D53) is unknown color: approx Hippie Pink. HEX triplet: B6, 4D and 53. RGB value is (182,77,83). Sum of RGB (Red+Green+Blue) = 182+77+83=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D53 is #49B2AC. Grayscale: #6D6D6D. Windows color (decimal): -4829869 or 5459382. OLE color: 5459382.

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

Color convert

RGB1827783-
CMYK00.580.540.29
HSL356.57º41.83%50.78%-
HSV(B)356.57º57.69%71.37%-
XYZ23.5115.8810.01-
YUV109.08113.29180.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.22%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=53.22%
G=22.51%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182778300.580.540.29356.5741.8350.78
HexB64D5303A361D1652a33
Octal26611512307266355455263
Binary1011011010011011010011011101011011011101101100101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D53; }

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

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

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

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

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

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

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

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