#B54454

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

Shades of Hippie Pink #B54454

Tints of Hippie Pink #B54454

Color information

#B54454 (or 0xB54454) is unknown color: approx Hippie Pink. HEX triplet: B5, 44 and 54. RGB value is (181,68,84). Sum of RGB (Red+Green+Blue) = 181+68+84=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54454 is #4ABBAB. Grayscale: #676767. Windows color (decimal): -4897708 or 5522613. OLE color: 5522613.

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

Color convert

RGB1816884-
CMYK00.620.540.29
HSL351.5º45.38%48.82%-
HSV(B)351.5º62.43%70.98%-
XYZ22.7214.610.01-
YUV103.61116.94183.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=54.35%
G=20.42%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181688400.620.540.29351.545.3848.82
HexB5445403E361D1602d31
Octal26510412407666355405561
Binary1011010110001001010100011111011011011101101100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54454; }

 p { color: rgb(181,68,84); }

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

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

 a { background-color: rgb(181,68,84); }

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

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

 span { border-color: rgb(181,68,84); }

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