#B5494B

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

Shades of Hippie Pink #B5494B

Tints of Hippie Pink #B5494B

Color information

#B5494B (or 0xB5494B) is unknown color: approx Hippie Pink. HEX triplet: B5, 49 and 4B. RGB value is (181,73,75). Sum of RGB (Red+Green+Blue) = 181+73+75=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5494B is #4AB6B4. Grayscale: #696969. Windows color (decimal): -4896437 or 4934069. OLE color: 4934069.

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

Color convert

RGB1817375-
CMYK00.600.590.29
HSL358.89º42.52%49.8%-
HSV(B)358.89º59.67%70.98%-
XYZ22.7115.18.37-
YUV105.52110.78181.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=55.02%
G=22.19%
B=22.80%

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
Decimal181737500.600.590.29358.8942.5249.8
HexB5494B03C3B1D1672b32
Octal26511111307473355475362
Binary1011010110010011001011011110011101111101101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5494B; }

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

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

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

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

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

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

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

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