#B54C57

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

Shades of Hippie Pink #B54C57

Tints of Hippie Pink #B54C57

Color information

#B54C57 (or 0xB54C57) is unknown color: approx Hippie Pink. HEX triplet: B5, 4C and 57. RGB value is (181,76,87). Sum of RGB (Red+Green+Blue) = 181+76+87=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C57 is #4AB3A8. Grayscale: #6C6C6C. Windows color (decimal): -4895657 or 5721269. OLE color: 5721269.

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

Color convert

RGB1817687-
CMYK00.580.520.29
HSL353.71º41.5%50.39%-
HSV(B)353.71º58.01%70.98%-
XYZ23.3615.6810.81-
YUV108.65115.79179.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=52.62%
G=22.09%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181768700.580.520.29353.7141.550.39
HexB54C5703A341D1622a32
Octal26511412707264355425262
Binary1011010110011001010111011101011010011101101100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C57; }

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

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

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

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

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

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

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

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