#B24849

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

Shades of Hippie Pink #B24849

Tints of Hippie Pink #B24849

Color information

#B24849 (or 0xB24849) is unknown color: approx Hippie Pink. HEX triplet: B2, 48 and 49. RGB value is (178,72,73). Sum of RGB (Red+Green+Blue) = 178+72+73=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B24849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24849 is #4DB7B6. Grayscale: #676767. Windows color (decimal): -5093303 or 4802738. OLE color: 4802738.

HSL color Cylindrical-coordinate representation of color #B24849: hue angle of 359.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24849 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1787273-
CMYK00.600.590.30
HSL359.43º42.4%49.02%-
HSV(B)359.43º59.55%69.8%-
XYZ21.8814.587.96-
YUV103.81110.62180.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=55.11%
G=22.29%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178727300.600.590.30359.4342.449.02
HexB2484903C3B1E1672a31
Octal26211011107473365475261
Binary1011001010010001001001011110011101111110101100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24849; }

 p { color: rgb(178,72,73); }

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

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

 a { background-color: rgb(178,72,73); }

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

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

 span { border-color: rgb(178,72,73); }

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