#B24756

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

Shades of Hippie Pink #B24756

Tints of Hippie Pink #B24756

Color information

#B24756 (or 0xB24756) is unknown color: approx Hippie Pink. HEX triplet: B2, 47 and 56. RGB value is (178,71,86). Sum of RGB (Red+Green+Blue) = 178+71+86=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B24756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24756 is #4DB8A9. Grayscale: #686868. Windows color (decimal): -5093546 or 5654450. OLE color: 5654450.

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

Color convert

RGB1787186-
CMYK00.600.520.30
HSL351.59º42.97%48.82%-
HSV(B)351.59º60.11%69.8%-
XYZ22.2914.6410.46-
YUV104.7117.45180.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=53.13%
G=21.19%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178718600.600.520.30351.5942.9748.82
HexB2475603C341E1602b31
Octal26210712607464365405361
Binary1011001010001111010110011110011010011110101100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24756; }

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

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

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

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

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

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

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

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