#B2494D

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

Shades of Hippie Pink #B2494D

Tints of Hippie Pink #B2494D

Color information

#B2494D (or 0xB2494D) is unknown color: approx Hippie Pink. HEX triplet: B2, 49 and 4D. RGB value is (178,73,77). Sum of RGB (Red+Green+Blue) = 178+73+77=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2494D is #4DB6B2. Grayscale: #686868. Windows color (decimal): -5093043 or 5065138. OLE color: 5065138.

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

Color convert

RGB1787377-
CMYK00.590.570.30
HSL357.71º41.83%49.22%-
HSV(B)357.71º58.99%69.8%-
XYZ22.0814.778.71-
YUV104.85112.29180.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=54.27%
G=22.26%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178737700.590.570.30357.7141.8349.22
HexB2494D03B391E1662a31
Octal26211111507371365465261
Binary1011001010010011001101011101111100111110101100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2494D; }

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

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

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

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

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

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

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

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