#B54556

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

Shades of Hippie Pink #B54556

Tints of Hippie Pink #B54556

Color information

#B54556 (or 0xB54556) is unknown color: approx Hippie Pink. HEX triplet: B5, 45 and 56. RGB value is (181,69,86). Sum of RGB (Red+Green+Blue) = 181+69+86=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54556 is #4ABAA9. Grayscale: #686868. Windows color (decimal): -4897450 or 5653941. OLE color: 5653941.

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

Color convert

RGB1816986-
CMYK00.620.520.29
HSL350.89º44.8%49.02%-
HSV(B)350.89º61.88%70.98%-
XYZ22.8614.7510.45-
YUV104.43117.61182.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=53.87%
G=20.54%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181698600.620.520.29350.8944.849.02
HexB5455603E341D15f2d31
Octal26510512607664355375561
Binary1011010110001011010110011111011010011101101011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54556; }

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

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

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

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

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

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

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

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