#B2494A

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

Shades of Hippie Pink #B2494A

Tints of Hippie Pink #B2494A

Color information

#B2494A (or 0xB2494A) is unknown color: approx Hippie Pink. HEX triplet: B2, 49 and 4A. RGB value is (178,73,74). Sum of RGB (Red+Green+Blue) = 178+73+74=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2494A is #4DB6B5. Grayscale: #686868. Windows color (decimal): -5093046 or 4868530. OLE color: 4868530.

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

Color convert

RGB1787374-
CMYK00.590.580.30
HSL359.43º41.83%49.22%-
HSV(B)359.43º58.99%69.8%-
XYZ21.9814.728.16-
YUV104.51110.79180.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=54.77%
G=22.46%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178737400.590.580.30359.4341.8349.22
HexB2494A03B3A1E1672a31
Octal26211111207372365475261
Binary1011001010010011001010011101111101011110101100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2494A; }

 p { color: rgb(178,73,74); }

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

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

 a { background-color: rgb(178,73,74); }

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

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

 span { border-color: rgb(178,73,74); }

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