#B44249

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

Shades of Hippie Pink #B44249

Tints of Hippie Pink #B44249

Color information

#B44249 (or 0xB44249) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 49. RGB value is (180,66,73). Sum of RGB (Red+Green+Blue) = 180+66+73=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B44249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44249 is #4BBDB6. Grayscale: #646464. Windows color (decimal): -4963767 or 4801204. OLE color: 4801204.

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

Color convert

RGB1806673-
CMYK00.630.590.29
HSL356.32º46.34%48.24%-
HSV(B)356.32º63.33%70.59%-
XYZ21.9714.087.86-
YUV100.88112.27184.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=56.43%
G=20.69%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180667300.630.590.29356.3246.3448.24
HexB4424903F3B1D1642e30
Octal26410211107773355445660
Binary1011010010000101001001011111111101111101101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44249; }

 p { color: rgb(180,66,73); }

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

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

 a { background-color: rgb(180,66,73); }

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

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

 span { border-color: rgb(180,66,73); }

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