#b5455e

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

Shades of Hippie Pink #B5455E

Tints of Hippie Pink #B5455E

Color information

#B5455E (or 0xB5455E) is unknown color: approx Hippie Pink. HEX triplet: B5, 45 and 5E. RGB value is (181,69,94). Sum of RGB (Red+Green+Blue) = 181+69+94=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5455E is #4ABAA1. Grayscale: #696969. Windows color (decimal): -4897442 or 6178229. OLE color: 6178229.

HSL color Cylindrical-coordinate representation of color #B5455E: hue angle of 346.61º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5455E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1816994-
CMYK00.620.480.29
HSL346.61º44.8%49.02%-
HSV(B)346.61º61.88%70.98%-
XYZ23.214.8912.24-
YUV105.34121.61181.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=52.62%
G=20.06%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181699400.620.480.29346.6144.849.02
HexB5455E03E301D15b2d31
Octal26510513607660355335561
Binary1011010110001011011110011111011000011101101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5455e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5455e; }

 p { color: rgb(181,69,94); }

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

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

 a { background-color: rgb(181,69,94); }

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

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

 span { border-color: rgb(181,69,94); }

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