#B24B59

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

Shades of Hippie Pink #B24B59

Tints of Hippie Pink #B24B59

Color information

#B24B59 (or 0xB24B59) is unknown color: approx Hippie Pink. HEX triplet: B2, 4B and 59. RGB value is (178,75,89). Sum of RGB (Red+Green+Blue) = 178+75+89=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B59 is #4DB4A6. Grayscale: #6B6B6B. Windows color (decimal): -5092519 or 5852082. OLE color: 5852082.

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

Color convert

RGB1787589-
CMYK00.580.50.30
HSL351.84º40.71%49.61%-
HSV(B)351.84º57.87%69.8%-
XYZ22.6815.2211.19-
YUV107.39117.62178.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=52.05%
G=21.93%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178758900.580.50.30351.8440.7149.61
HexB24B5903A321E1602932
Octal26211313107262365405162
Binary1011001010010111011001011101011001011110101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B59; }

 p { color: rgb(178,75,89); }

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

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

 a { background-color: rgb(178,75,89); }

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

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

 span { border-color: rgb(178,75,89); }

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