#B24758

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

Shades of Hippie Pink #B24758

Tints of Hippie Pink #B24758

Color information

#B24758 (or 0xB24758) is unknown color: approx Hippie Pink. HEX triplet: B2, 47 and 58. RGB value is (178,71,88). Sum of RGB (Red+Green+Blue) = 178+71+88=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B24758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24758 is #4DB8A7. Grayscale: #686868. Windows color (decimal): -5093544 or 5785522. OLE color: 5785522.

HSL color Cylindrical-coordinate representation of color #B24758: hue angle of 350.47º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24758 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1787188-
CMYK00.600.510.30
HSL350.47º42.97%48.82%-
HSV(B)350.47º60.11%69.8%-
XYZ22.3714.6810.89-
YUV104.93118.45180.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=52.82%
G=21.07%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178718800.600.510.30350.4742.9748.82
HexB2475803C331E15e2b31
Octal26210713007463365365361
Binary1011001010001111011000011110011001111110101011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24758; }

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

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

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

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

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

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

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

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