#B64D4E

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

Shades of Hippie Pink #B64D4E

Tints of Hippie Pink #B64D4E

Color information

#B64D4E (or 0xB64D4E) is unknown color: approx Hippie Pink. HEX triplet: B6, 4D and 4E. RGB value is (182,77,78). Sum of RGB (Red+Green+Blue) = 182+77+78=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D4E is #49B2B1. Grayscale: #6C6C6C. Windows color (decimal): -4829874 or 5131702. OLE color: 5131702.

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

Color convert

RGB1827778-
CMYK00.580.570.29
HSL359.43º41.83%50.78%-
HSV(B)359.43º57.69%71.37%-
XYZ23.3215.89.03-
YUV108.51110.79180.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=54.01%
G=22.85%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182777800.580.570.29359.4341.8350.78
HexB64D4E03A391D1672a33
Octal26611511607271355475263
Binary1011011010011011001110011101011100111101101100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D4E; }

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

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

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

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

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

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

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

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