#B64D56

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

Shades of Hippie Pink #B64D56

Tints of Hippie Pink #B64D56

Color information

#B64D56 (or 0xB64D56) is unknown color: approx Hippie Pink. HEX triplet: B6, 4D and 56. RGB value is (182,77,86). Sum of RGB (Red+Green+Blue) = 182+77+86=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D56 is #49B2A9. Grayscale: #6D6D6D. Windows color (decimal): -4829866 or 5655990. OLE color: 5655990.

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

Color convert

RGB1827786-
CMYK00.580.530.29
HSL354.86º41.83%50.78%-
HSV(B)354.86º57.69%71.37%-
XYZ23.6215.9210.63-
YUV109.42114.79179.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=52.75%
G=22.32%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182778600.580.530.29354.8641.8350.78
HexB64D5603A351D1632a33
Octal26611512607265355435263
Binary1011011010011011010110011101011010111101101100011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D56; }

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

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

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

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

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

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

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

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