#B44159

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

Shades of Hippie Pink #B44159

Tints of Hippie Pink #B44159

Color information

#B44159 (or 0xB44159) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 59. RGB value is (180,65,89). Sum of RGB (Red+Green+Blue) = 180+65+89=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44159 is #4BBEA6. Grayscale: #666666. Windows color (decimal): -4964007 or 5849524. OLE color: 5849524.

HSL color Cylindrical-coordinate representation of color #B44159: hue angle of 347.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44159 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1806589-
CMYK00.640.510.29
HSL347.48º46.94%48.04%-
HSV(B)347.48º63.89%70.59%-
XYZ22.5214.2111.01-
YUV102.12120.6183.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=53.89%
G=19.46%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180658900.640.510.29347.4846.9448.04
HexB44159040331D15b2f30
Octal264101131010063355335760
Binary10110100100000110110010100000011001111101101011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44159; }

 p { color: rgb(180,65,89); }

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

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

 a { background-color: rgb(180,65,89); }

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

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

 span { border-color: rgb(180,65,89); }

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