#B5494A

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

Shades of Hippie Pink #B5494A

Tints of Hippie Pink #B5494A

Color information

#B5494A (or 0xB5494A) is unknown color: approx Hippie Pink. HEX triplet: B5, 49 and 4A. RGB value is (181,73,74). Sum of RGB (Red+Green+Blue) = 181+73+74=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5494A is #4AB6B5. Grayscale: #696969. Windows color (decimal): -4896438 or 4868533. OLE color: 4868533.

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

Color convert

RGB1817374-
CMYK00.600.590.29
HSL359.44º42.52%49.8%-
HSV(B)359.44º59.67%70.98%-
XYZ22.6715.088.19-
YUV105.41110.28181.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=55.18%
G=22.26%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181737400.600.590.29359.4442.5249.8
HexB5494A03C3B1D1672b32
Octal26511111207473355475362
Binary1011010110010011001010011110011101111101101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5494A; }

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

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

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

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

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

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

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

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