#B55154

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

Shades of Hippie Pink #B55154

Tints of Hippie Pink #B55154

Color information

#B55154 (or 0xB55154) is unknown color: approx Hippie Pink. HEX triplet: B5, 51 and 54. RGB value is (181,81,84). Sum of RGB (Red+Green+Blue) = 181+81+84=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B55154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55154 is #4AAEAB. Grayscale: #6F6F6F. Windows color (decimal): -4894380 or 5525941. OLE color: 5525941.

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

Color convert

RGB1818184-
CMYK00.550.540.29
HSL358.2º40.32%51.37%-
HSV(B)358.2º55.25%70.98%-
XYZ23.616.3510.3-
YUV111.24112.63177.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=52.31%
G=23.41%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181818400.550.540.29358.240.3251.37
HexB55154037361D1662833
Octal26512112406766355465063
Binary1011010110100011010100011011111011011101101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55154; }

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

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

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

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

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

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

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

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