#B44F58

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

Shades of Hippie Pink #B44F58

Tints of Hippie Pink #B44F58

Color information

#B44F58 (or 0xB44F58) is unknown color: approx Hippie Pink. HEX triplet: B4, 4F and 58. RGB value is (180,79,88). Sum of RGB (Red+Green+Blue) = 180+79+88=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F58 is #4BB0A7. Grayscale: #6E6E6E. Windows color (decimal): -4960424 or 5787572. OLE color: 5787572.

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

Color convert

RGB1807988-
CMYK00.560.510.29
HSL354.65º40.24%50.78%-
HSV(B)354.65º56.11%70.59%-
XYZ23.381611.09-
YUV110.22115.46177.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=51.87%
G=22.77%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180798800.560.510.29354.6540.2450.78
HexB44F58038331D1632833
Octal26411713007063355435063
Binary1011010010011111011000011100011001111101101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F58; }

 p { color: rgb(180,79,88); }

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

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

 a { background-color: rgb(180,79,88); }

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

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

 span { border-color: rgb(180,79,88); }

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