#B55458

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

Shades of Hippie Pink #B55458

Tints of Hippie Pink #B55458

Color information

#B55458 (or 0xB55458) is unknown color: approx Hippie Pink. HEX triplet: B5, 54 and 58. RGB value is (181,84,88). Sum of RGB (Red+Green+Blue) = 181+84+88=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B55458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55458 is #4AABA7. Grayscale: #717171. Windows color (decimal): -4893608 or 5788853. OLE color: 5788853.

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

Color convert

RGB1818488-
CMYK00.540.510.29
HSL357.53º39.59%51.96%-
HSV(B)357.53º53.59%70.98%-
XYZ23.9916.8711.22-
YUV113.46113.64176.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=51.27%
G=23.80%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181848800.540.510.29357.5339.5951.96
HexB55458036331D1662834
Octal26512413006663355465064
Binary1011010110101001011000011011011001111101101100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55458; }

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

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

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

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

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

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

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

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