#B6464F

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

Shades of Hippie Pink #B6464F

Tints of Hippie Pink #B6464F

Color information

#B6464F (or 0xB6464F) is unknown color: approx Hippie Pink. HEX triplet: B6, 46 and 4F. RGB value is (182,70,79). Sum of RGB (Red+Green+Blue) = 182+70+79=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6464F is #49B9B0. Grayscale: #686868. Windows color (decimal): -4831665 or 5195446. OLE color: 5195446.

HSL color Cylindrical-coordinate representation of color #B6464F: hue angle of 355.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6464F is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1827079-
CMYK00.620.570.29
HSL355.18º44.44%49.41%-
HSV(B)355.18º61.54%71.37%-
XYZ22.8914.899.06-
YUV104.51113.61183.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=54.98%
G=21.15%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182707900.620.570.29355.1844.4449.41
HexB6464F03E391D1632c31
Octal26610611707671355435461
Binary1011011010001101001111011111011100111101101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6464F; }

 p { color: rgb(182,70,79); }

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

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

 a { background-color: rgb(182,70,79); }

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

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

 span { border-color: rgb(182,70,79); }

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