#B4444A

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

Shades of Hippie Pink #B4444A

Tints of Hippie Pink #B4444A

Color information

#B4444A (or 0xB4444A) is unknown color: approx Hippie Pink. HEX triplet: B4, 44 and 4A. RGB value is (180,68,74). Sum of RGB (Red+Green+Blue) = 180+68+74=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4444A is #4BBBB5. Grayscale: #666666. Windows color (decimal): -4963254 or 4867252. OLE color: 4867252.

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

Color convert

RGB1806874-
CMYK00.620.590.29
HSL356.79º45.16%48.63%-
HSV(B)356.79º62.22%70.59%-
XYZ22.1314.338.08-
YUV102.17112.11183.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=55.90%
G=21.12%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180687400.620.590.29356.7945.1648.63
HexB4444A03E3B1D1652d31
Octal26410411207673355455561
Binary1011010010001001001010011111011101111101101100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4444A; }

 p { color: rgb(180,68,74); }

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

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

 a { background-color: rgb(180,68,74); }

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

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

 span { border-color: rgb(180,68,74); }

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