#B55560

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

Shades of Blush #B55560

Tints of Blush #B55560

Color information

#B55560 (or 0xB55560) is unknown color: approx Blush. HEX triplet: B5, 55 and 60. RGB value is (181,85,96). Sum of RGB (Red+Green+Blue) = 181+85+96=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B55560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55560 is #4AAA9F. Grayscale: #737373. Windows color (decimal): -4893344 or 6313397. OLE color: 6313397.

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

Color convert

RGB1818596-
CMYK00.530.470.29
HSL353.12º39.34%52.16%-
HSV(B)353.12º53.04%70.98%-
XYZ24.4217.1713.09-
YUV114.96117.3175.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=50%
G=23.48%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181859600.530.470.29353.1239.3452.16
HexB555600352F1D1612734
Octal26512514006557355414764
Binary1011010110101011100000011010110111111101101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55560; }

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

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

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

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

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

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

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

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