#B24546

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

Shades of Hippie Pink #B24546

Tints of Hippie Pink #B24546

Color information

#B24546 (or 0xB24546) is unknown color: approx Hippie Pink. HEX triplet: B2, 45 and 46. RGB value is (178,69,70). Sum of RGB (Red+Green+Blue) = 178+69+70=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24546 is #4DBAB9. Grayscale: #656565. Windows color (decimal): -5094074 or 4605362. OLE color: 4605362.

HSL color Cylindrical-coordinate representation of color #B24546: hue angle of 359.45º 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 #B24546 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1786970-
CMYK00.610.610.30
HSL359.45º44.13%48.43%-
HSV(B)359.45º61.24%69.8%-
XYZ21.5914.167.39-
YUV101.7110.11182.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=56.15%
G=21.77%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178697000.610.610.30359.4544.1348.43
HexB2454603D3D1E1672c30
Octal26210510607575365475460
Binary1011001010001011000110011110111110111110101100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24546; }

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

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

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

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

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

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

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

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