#B55058

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

Shades of Hippie Pink #B55058

Tints of Hippie Pink #B55058

Color information

#B55058 (or 0xB55058) is unknown color: approx Hippie Pink. HEX triplet: B5, 50 and 58. RGB value is (181,80,88). Sum of RGB (Red+Green+Blue) = 181+80+88=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55058 is #4AAFA7. Grayscale: #6F6F6F. Windows color (decimal): -4894632 or 5787829. OLE color: 5787829.

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

Color convert

RGB1818088-
CMYK00.560.510.29
HSL355.25º40.56%51.18%-
HSV(B)355.25º55.8%70.98%-
XYZ23.6916.2711.12-
YUV111.11114.96177.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=51.86%
G=22.92%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181808800.560.510.29355.2540.5651.18
HexB55058038331D1632933
Octal26512013007063355435163
Binary1011010110100001011000011100011001111101101100011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55058; }

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

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

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

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

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

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

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

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