#B55457

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

Shades of Hippie Pink #B55457

Tints of Hippie Pink #B55457

Color information

#B55457 (or 0xB55457) is unknown color: approx Hippie Pink. HEX triplet: B5, 54 and 57. RGB value is (181,84,87). Sum of RGB (Red+Green+Blue) = 181+84+87=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B55457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55457 is #4AABA8. Grayscale: #717171. Windows color (decimal): -4893609 or 5723317. OLE color: 5723317.

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

Color convert

RGB1818487-
CMYK00.540.520.29
HSL358.14º39.59%51.96%-
HSV(B)358.14º53.59%70.98%-
XYZ23.9516.8511.01-
YUV113.34113.14176.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=51.42%
G=23.86%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181848700.540.520.29358.1439.5951.96
HexB55457036341D1662834
Octal26512412706664355465064
Binary1011010110101001010111011011011010011101101100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55457; }

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

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

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

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

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

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

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

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