#B24650

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

Shades of Hippie Pink #B24650

Tints of Hippie Pink #B24650

Color information

#B24650 (or 0xB24650) is unknown color: approx Hippie Pink. HEX triplet: B2, 46 and 50. RGB value is (178,70,80). Sum of RGB (Red+Green+Blue) = 178+70+80=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24650 is #4DB9AF. Grayscale: #676767. Windows color (decimal): -5093808 or 5260978. OLE color: 5260978.

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

Color convert

RGB1787080-
CMYK00.610.550.30
HSL354.44º43.55%48.63%-
HSV(B)354.44º60.67%69.8%-
XYZ2214.429.21-
YUV103.43114.78181.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=54.27%
G=21.34%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178708000.610.550.30354.4443.5548.63
HexB2465003D371E1622c31
Octal26210612007567365425461
Binary1011001010001101010000011110111011111110101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24650; }

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

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

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

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

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

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

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

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