#B5494D

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

Shades of Hippie Pink #B5494D

Tints of Hippie Pink #B5494D

Color information

#B5494D (or 0xB5494D) is unknown color: approx Hippie Pink. HEX triplet: B5, 49 and 4D. RGB value is (181,73,77). Sum of RGB (Red+Green+Blue) = 181+73+77=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5494D is #4AB6B2. Grayscale: #696969. Windows color (decimal): -4896435 or 5065141. OLE color: 5065141.

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

Color convert

RGB1817377-
CMYK00.600.570.29
HSL357.78º42.52%49.8%-
HSV(B)357.78º59.67%70.98%-
XYZ22.7815.128.74-
YUV105.75111.78181.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=54.68%
G=22.05%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181737700.600.570.29357.7842.5249.8
HexB5494D03C391D1662b32
Octal26511111507471355465362
Binary1011010110010011001101011110011100111101101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5494D; }

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

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

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

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

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

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

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

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