#B54559

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

Shades of Hippie Pink #B54559

Tints of Hippie Pink #B54559

Color information

#B54559 (or 0xB54559) is unknown color: approx Hippie Pink. HEX triplet: B5, 45 and 59. RGB value is (181,69,89). Sum of RGB (Red+Green+Blue) = 181+69+89=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B54559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54559 is #4ABAA6. Grayscale: #686868. Windows color (decimal): -4897447 or 5850549. OLE color: 5850549.

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

Color convert

RGB1816989-
CMYK00.620.510.29
HSL349.29º44.8%49.02%-
HSV(B)349.29º61.88%70.98%-
XYZ22.9914.811.1-
YUV104.77119.11182.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=53.39%
G=20.35%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181698900.620.510.29349.2944.849.02
HexB5455903E331D15d2d31
Octal26510513107663355355561
Binary1011010110001011011001011111011001111101101011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54559; }

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

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

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

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

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

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

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

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