#B54C58

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

Shades of Hippie Pink #B54C58

Tints of Hippie Pink #B54C58

Color information

#B54C58 (or 0xB54C58) is unknown color: approx Hippie Pink. HEX triplet: B5, 4C and 58. RGB value is (181,76,88). Sum of RGB (Red+Green+Blue) = 181+76+88=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C58 is #4AB3A7. Grayscale: #6C6C6C. Windows color (decimal): -4895656 or 5786805. OLE color: 5786805.

HSL color Cylindrical-coordinate representation of color #B54C58: hue angle of 353.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C58 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1817688-
CMYK00.580.510.29
HSL353.14º41.5%50.39%-
HSV(B)353.14º58.01%70.98%-
XYZ23.415.711.03-
YUV108.76116.29179.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=52.46%
G=22.03%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181768800.580.510.29353.1441.550.39
HexB54C5803A331D1612a32
Octal26511413007263355415262
Binary1011010110011001011000011101011001111101101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C58; }

 p { color: rgb(181,76,88); }

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

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

 a { background-color: rgb(181,76,88); }

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

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

 span { border-color: rgb(181,76,88); }

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