#B2424F

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

Shades of Hippie Pink #B2424F

Tints of Hippie Pink #B2424F

Color information

#B2424F (or 0xB2424F) is unknown color: approx Hippie Pink. HEX triplet: B2, 42 and 4F. RGB value is (178,66,79). Sum of RGB (Red+Green+Blue) = 178+66+79=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2424F is #4DBDB0. Grayscale: #656565. Windows color (decimal): -5094833 or 5194418. OLE color: 5194418.

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

Color convert

RGB1786679-
CMYK00.630.560.30
HSL353.04º45.9%47.84%-
HSV(B)353.04º62.92%69.8%-
XYZ21.7213.938.94-
YUV100.97115.61182.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=55.11%
G=20.43%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178667900.630.560.30353.0445.947.84
HexB2424F03F381E1612e30
Octal26210211707770365415660
Binary1011001010000101001111011111111100011110101100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2424F; }

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

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

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

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

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

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

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

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