#B24548

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

Shades of Hippie Pink #B24548

Tints of Hippie Pink #B24548

Color information

#B24548 (or 0xB24548) is unknown color: approx Hippie Pink. HEX triplet: B2, 45 and 48. RGB value is (178,69,72). Sum of RGB (Red+Green+Blue) = 178+69+72=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24548 is #4DBAB7. Grayscale: #666666. Windows color (decimal): -5094072 or 4736434. OLE color: 4736434.

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

Color convert

RGB1786972-
CMYK00.610.600.30
HSL358.35º44.13%48.43%-
HSV(B)358.35º61.24%69.8%-
XYZ21.6614.197.73-
YUV101.93111.11182.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=55.80%
G=21.63%
B=22.57%

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
Decimal178697200.610.600.30358.3544.1348.43
HexB2454803D3C1E1662c30
Octal26210511007574365465460
Binary1011001010001011001000011110111110011110101100110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24548; }

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

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

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

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

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

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

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

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