#B55660

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

Shades of Blush #B55660

Tints of Blush #B55660

Color information

#B55660 (or 0xB55660) is unknown color: approx Blush. HEX triplet: B5, 56 and 60. RGB value is (181,86,96). Sum of RGB (Red+Green+Blue) = 181+86+96=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55660 is #4AA99F. Grayscale: #737373. Windows color (decimal): -4893088 or 6313653. OLE color: 6313653.

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

Color convert

RGB1818696-
CMYK00.520.470.29
HSL353.68º39.09%52.35%-
HSV(B)353.68º52.49%70.98%-
XYZ24.517.3213.12-
YUV115.54116.97174.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=49.86%
G=23.69%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181869600.520.470.29353.6839.0952.35
HexB556600342F1D1622734
Octal26512614006457355424764
Binary1011010110101101100000011010010111111101101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55660; }

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

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

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

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

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

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

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

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