#B55658

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

Shades of Hippie Pink #B55658

Tints of Hippie Pink #B55658

Color information

#B55658 (or 0xB55658) is unknown color: approx Hippie Pink. HEX triplet: B5, 56 and 58. RGB value is (181,86,88). Sum of RGB (Red+Green+Blue) = 181+86+88=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B55658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55658 is #4AA9A7. Grayscale: #727272. Windows color (decimal): -4893096 or 5789365. OLE color: 5789365.

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

Color convert

RGB1818688-
CMYK00.520.510.29
HSL358.74º39.09%52.35%-
HSV(B)358.74º52.49%70.98%-
XYZ24.1517.1811.28-
YUV114.63112.97175.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=50.99%
G=24.23%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181868800.520.510.29358.7439.0952.35
HexB55658034331D1672734
Octal26512613006463355474764
Binary1011010110101101011000011010011001111101101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55658; }

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

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

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

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

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

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

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

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