#B5454E

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

Shades of Hippie Pink #B5454E

Tints of Hippie Pink #B5454E

Color information

#B5454E (or 0xB5454E) is unknown color: approx Hippie Pink. HEX triplet: B5, 45 and 4E. RGB value is (181,69,78). Sum of RGB (Red+Green+Blue) = 181+69+78=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5454E is #4ABAB1. Grayscale: #676767. Windows color (decimal): -4897458 or 5129653. OLE color: 5129653.

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

Color convert

RGB1816978-
CMYK00.620.570.29
HSL355.18º44.8%49.02%-
HSV(B)355.18º61.88%70.98%-
XYZ22.5614.638.84-
YUV103.51113.61183.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=55.18%
G=21.04%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181697800.620.570.29355.1844.849.02
HexB5454E03E391D1632d31
Octal26510511607671355435561
Binary1011010110001011001110011111011100111101101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5454E; }

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

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

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

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

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

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

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

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