#B64A4D

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

Shades of Hippie Pink #B64A4D

Tints of Hippie Pink #B64A4D

Color information

#B64A4D (or 0xB64A4D) is unknown color: approx Hippie Pink. HEX triplet: B6, 4A and 4D. RGB value is (182,74,77). Sum of RGB (Red+Green+Blue) = 182+74+77=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A4D is #49B5B2. Grayscale: #6A6A6A. Windows color (decimal): -4830643 or 5065398. OLE color: 5065398.

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

Color convert

RGB1827477-
CMYK00.590.580.29
HSL358.33º42.52%50.2%-
HSV(B)358.33º59.34%71.37%-
XYZ23.0815.388.77-
YUV106.63111.28181.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=54.65%
G=22.22%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182747700.590.580.29358.3342.5250.2
HexB64A4D03B3A1D1662b32
Octal26611211507372355465362
Binary1011011010010101001101011101111101011101101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A4D; }

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

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

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

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

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

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

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

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