#B54054

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

Shades of Hippie Pink #B54054

Tints of Hippie Pink #B54054

Color information

#B54054 (or 0xB54054) is unknown color: approx Hippie Pink. HEX triplet: B5, 40 and 54. RGB value is (181,64,84). Sum of RGB (Red+Green+Blue) = 181+64+84=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B54054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54054 is #4ABFAB. Grayscale: #656565. Windows color (decimal): -4898732 or 5521589. OLE color: 5521589.

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

Color convert

RGB1816484-
CMYK00.650.540.29
HSL349.74º47.76%48.04%-
HSV(B)349.74º64.64%70.98%-
XYZ22.4914.139.93-
YUV101.26118.26184.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=55.02%
G=19.45%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181648400.650.540.29349.7447.7648.04
HexB54054041361D15e3030
Octal265100124010166355366060
Binary10110101100000010101000100000111011011101101011110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54054; }

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

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

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

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

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

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

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

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