#B4424F

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

Shades of Hippie Pink #B4424F

Tints of Hippie Pink #B4424F

Color information

#B4424F (or 0xB4424F) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 4F. RGB value is (180,66,79). Sum of RGB (Red+Green+Blue) = 180+66+79=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4424F is #4BBDB0. Grayscale: #656565. Windows color (decimal): -4963761 or 5194420. OLE color: 5194420.

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

Color convert

RGB1806679-
CMYK00.630.560.29
HSL353.16º46.34%48.24%-
HSV(B)353.16º63.33%70.59%-
XYZ22.1814.168.96-
YUV101.57115.27183.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=55.38%
G=20.31%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180667900.630.560.29353.1646.3448.24
HexB4424F03F381D1612e30
Octal26410211707770355415660
Binary1011010010000101001111011111111100011101101100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4424F; }

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

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

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

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

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

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

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

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