#B24547

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

Shades of Hippie Pink #B24547

Tints of Hippie Pink #B24547

Color information

#B24547 (or 0xB24547) is unknown color: approx Hippie Pink. HEX triplet: B2, 45 and 47. RGB value is (178,69,71). Sum of RGB (Red+Green+Blue) = 178+69+71=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B24547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24547 is #4DBAB8. Grayscale: #656565. Windows color (decimal): -5094073 or 4670898. OLE color: 4670898.

HSL color Cylindrical-coordinate representation of color #B24547: hue angle of 358.9º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24547 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1786971-
CMYK00.610.600.30
HSL358.9º44.13%48.43%-
HSV(B)358.9º61.24%69.8%-
XYZ21.6314.187.56-
YUV101.82110.61182.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=55.97%
G=21.70%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178697100.610.600.30358.944.1348.43
HexB2454703D3C1E1672c30
Octal26210510707574365475460
Binary1011001010001011000111011110111110011110101100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24547; }

 p { color: rgb(178,69,71); }

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

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

 a { background-color: rgb(178,69,71); }

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

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

 span { border-color: rgb(178,69,71); }

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