#B24F5B

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

Shades of Hippie Pink #B24F5B

Tints of Hippie Pink #B24F5B

Color information

#B24F5B (or 0xB24F5B) is unknown color: approx Hippie Pink. HEX triplet: B2, 4F and 5B. RGB value is (178,79,91). Sum of RGB (Red+Green+Blue) = 178+79+91=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F5B is #4DB0A4. Grayscale: #6E6E6E. Windows color (decimal): -5091493 or 5984178. OLE color: 5984178.

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

Color convert

RGB1787991-
CMYK00.560.490.30
HSL352.73º39.13%50.39%-
HSV(B)352.73º55.62%69.8%-
XYZ23.0415.8111.74-
YUV109.97117.3176.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=51.15%
G=22.70%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178799100.560.490.30352.7339.1350.39
HexB24F5B038311E1612732
Octal26211713307061365414762
Binary1011001010011111011011011100011000111110101100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F5B; }

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

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

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

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

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

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

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

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