#b24850

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

Shades of Hippie Pink #B24850

Tints of Hippie Pink #B24850

Color information

#B24850 (or 0xB24850) is unknown color: approx Hippie Pink. HEX triplet: B2, 48 and 50. RGB value is (178,72,80). Sum of RGB (Red+Green+Blue) = 178+72+80=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B24850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24850 is #4DB7AF. Grayscale: #686868. Windows color (decimal): -5093296 or 5261490. OLE color: 5261490.

HSL color Cylindrical-coordinate representation of color #B24850: hue angle of 355.47º 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 #B24850 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1787280-
CMYK00.600.550.30
HSL355.47º42.4%49.02%-
HSV(B)355.47º59.55%69.8%-
XYZ22.1314.689.26-
YUV104.61114.12180.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=53.94%
G=21.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178728000.600.550.30355.4742.449.02
HexB2485003C371E1632a31
Octal26211012007467365435261
Binary1011001010010001010000011110011011111110101100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24850; }

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

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

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

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

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

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

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

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