#B5494C

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

Shades of Hippie Pink #B5494C

Tints of Hippie Pink #B5494C

Color information

#B5494C (or 0xB5494C) is unknown color: approx Hippie Pink. HEX triplet: B5, 49 and 4C. RGB value is (181,73,76). Sum of RGB (Red+Green+Blue) = 181+73+76=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5494C is #4AB6B3. Grayscale: #696969. Windows color (decimal): -4896436 or 4999605. OLE color: 4999605.

HSL color Cylindrical-coordinate representation of color #B5494C: hue angle of 358.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5494C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1817376-
CMYK00.600.580.29
HSL358.33º42.52%49.8%-
HSV(B)358.33º59.67%70.98%-
XYZ22.7415.118.56-
YUV105.63111.28181.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=54.85%
G=22.12%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181737600.600.580.29358.3342.5249.8
HexB5494C03C3A1D1662b32
Octal26511111407472355465362
Binary1011010110010011001100011110011101011101101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5494C; }

 p { color: rgb(181,73,76); }

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

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

 a { background-color: rgb(181,73,76); }

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

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

 span { border-color: rgb(181,73,76); }

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