#B9464E

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

Shades of Hippie Pink #B9464E

Tints of Hippie Pink #B9464E

Color information

#B9464E (or 0xB9464E) is unknown color: approx Hippie Pink. HEX triplet: B9, 46 and 4E. RGB value is (185,70,78). Sum of RGB (Red+Green+Blue) = 185+70+78=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9464E is #46B9B1. Grayscale: #696969. Windows color (decimal): -4635058 or 5129913. OLE color: 5129913.

HSL color Cylindrical-coordinate representation of color #B9464E: hue angle of 355.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9464E is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1857078-
CMYK00.620.580.27
HSL355.83º45.1%50%-
HSV(B)355.83º62.16%72.55%-
XYZ23.5715.248.91-
YUV105.3112.6184.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=55.56%
G=21.02%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185707800.620.580.27355.8345.150
HexB9464E03E3A1B1642d32
Octal27110611607672335445562
Binary1011100110001101001110011111011101011011101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9464E; }

 p { color: rgb(185,70,78); }

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

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

 a { background-color: rgb(185,70,78); }

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

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

 span { border-color: rgb(185,70,78); }

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