#B24A54

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

Shades of Hippie Pink #B24A54

Tints of Hippie Pink #B24A54

Color information

#B24A54 (or 0xB24A54) is unknown color: approx Hippie Pink. HEX triplet: B2, 4A and 54. RGB value is (178,74,84). Sum of RGB (Red+Green+Blue) = 178+74+84=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24A54 is #4DB5AB. Grayscale: #6A6A6A. Windows color (decimal): -5092780 or 5524146. OLE color: 5524146.

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

Color convert

RGB1787484-
CMYK00.580.530.30
HSL354.23º41.27%49.41%-
HSV(B)354.23º58.43%69.8%-
XYZ22.411510.1-
YUV106.24115.46179.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 84 (33.20% from 255) = 25%
R=52.98%
G=22.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178748400.580.530.30354.2341.2749.41
HexB24A5403A351E1622931
Octal26211212407265365425161
Binary1011001010010101010100011101011010111110101100010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A54; }

 p { color: rgb(178,74,84); }

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

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

 a { background-color: rgb(178,74,84); }

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

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

 span { border-color: rgb(178,74,84); }

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