#B24C5E

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

Shades of Hippie Pink #B24C5E

Tints of Hippie Pink #B24C5E

Color information

#B24C5E (or 0xB24C5E) is unknown color: approx Hippie Pink. HEX triplet: B2, 4C and 5E. RGB value is (178,76,94). Sum of RGB (Red+Green+Blue) = 178+76+94=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C5E is #4DB3A1. Grayscale: #6C6C6C. Windows color (decimal): -5092258 or 6180018. OLE color: 6180018.

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

Color convert

RGB1787694-
CMYK00.570.470.30
HSL349.41º40.16%49.8%-
HSV(B)349.41º57.3%69.8%-
XYZ22.9615.4412.36-
YUV108.55119.79177.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=51.15%
G=21.84%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178769400.570.470.30349.4140.1649.8
HexB24C5E0392F1E15d2832
Octal26211413607157365355062
Binary1011001010011001011110011100110111111110101011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C5E; }

 p { color: rgb(178,76,94); }

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

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

 a { background-color: rgb(178,76,94); }

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

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

 span { border-color: rgb(178,76,94); }

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