#B55057

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

Shades of Hippie Pink #B55057

Tints of Hippie Pink #B55057

Color information

#B55057 (or 0xB55057) is unknown color: approx Hippie Pink. HEX triplet: B5, 50 and 57. RGB value is (181,80,87). Sum of RGB (Red+Green+Blue) = 181+80+87=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55057 is #4AAFA8. Grayscale: #6F6F6F. Windows color (decimal): -4894633 or 5722293. OLE color: 5722293.

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

Color convert

RGB1818087-
CMYK00.560.520.29
HSL355.84º40.56%51.18%-
HSV(B)355.84º55.8%70.98%-
XYZ23.6516.2510.91-
YUV111114.46177.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 87 (34.38% from 255) = 25%
R=52.01%
G=22.99%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181808700.560.520.29355.8440.5651.18
HexB55057038341D1642933
Octal26512012707064355445163
Binary1011010110100001010111011100011010011101101100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55057; }

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

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

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

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

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

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

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

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