#B4424A

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

Shades of Hippie Pink #B4424A

Tints of Hippie Pink #B4424A

Color information

#B4424A (or 0xB4424A) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 4A. RGB value is (180,66,74). Sum of RGB (Red+Green+Blue) = 180+66+74=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4424A is #4BBDB5. Grayscale: #656565. Windows color (decimal): -4963766 or 4866740. OLE color: 4866740.

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

Color convert

RGB1806674-
CMYK00.630.590.29
HSL355.79º46.34%48.24%-
HSV(B)355.79º63.33%70.59%-
XYZ22.0114.098.04-
YUV101112.77184.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=56.25%
G=20.62%
B=23.12%

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
Decimal180667400.630.590.29355.7946.3448.24
HexB4424A03F3B1D1642e30
Octal26410211207773355445660
Binary1011010010000101001010011111111101111101101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4424A; }

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

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

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

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

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

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

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

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