#B44860

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

Shades of Hippie Pink #B44860

Tints of Hippie Pink #B44860

Color information

#B44860 (or 0xB44860) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 60. RGB value is (180,72,96). Sum of RGB (Red+Green+Blue) = 180+72+96=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44860 is #4BB79F. Grayscale: #6B6B6B. Windows color (decimal): -4962208 or 6310068. OLE color: 6310068.

HSL color Cylindrical-coordinate representation of color #B44860: hue angle of 346.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44860 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1807296-
CMYK00.600.470.29
HSL346.67º42.86%49.41%-
HSV(B)346.67º60%70.59%-
XYZ23.2515.1812.77-
YUV107.03121.78180.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=51.72%
G=20.69%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180729600.600.470.29346.6742.8649.41
HexB4486003C2F1D15b2b31
Octal26411014007457355335361
Binary1011010010010001100000011110010111111101101011011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44860; }

 p { color: rgb(180,72,96); }

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

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

 a { background-color: rgb(180,72,96); }

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

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

 span { border-color: rgb(180,72,96); }

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