#B55158

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

Shades of Hippie Pink #B55158

Tints of Hippie Pink #B55158

Color information

#B55158 (or 0xB55158) is unknown color: approx Hippie Pink. HEX triplet: B5, 51 and 58. RGB value is (181,81,88). Sum of RGB (Red+Green+Blue) = 181+81+88=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55158 is #4AAEA7. Grayscale: #6F6F6F. Windows color (decimal): -4894376 or 5788085. OLE color: 5788085.

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

Color convert

RGB1818188-
CMYK00.550.510.29
HSL355.8º40.32%51.37%-
HSV(B)355.8º55.25%70.98%-
XYZ23.7616.4111.15-
YUV111.7114.63177.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=51.71%
G=23.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181818800.550.510.29355.840.3251.37
HexB55158037331D1642833
Octal26512113006763355445063
Binary1011010110100011011000011011111001111101101100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55158; }

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

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

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

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

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

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

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

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