#B4424C

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

Shades of Hippie Pink #B4424C

Tints of Hippie Pink #B4424C

Color information

#B4424C (or 0xB4424C) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 4C. RGB value is (180,66,76). Sum of RGB (Red+Green+Blue) = 180+66+76=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4424C is #4BBDB3. Grayscale: #656565. Windows color (decimal): -4963764 or 4997812. OLE color: 4997812.

HSL color Cylindrical-coordinate representation of color #B4424C: hue angle of 354.74º 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 #B4424C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1806676-
CMYK00.630.580.29
HSL354.74º46.34%48.24%-
HSV(B)354.74º63.33%70.59%-
XYZ22.0814.128.4-
YUV101.23113.77184.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=55.90%
G=20.50%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180667600.630.580.29354.7446.3448.24
HexB4424C03F3A1D1632e30
Octal26410211407772355435660
Binary1011010010000101001100011111111101011101101100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4424C; }

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

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

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

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

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

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

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

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