#B85560

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

Shades of Blush #B85560

Tints of Blush #B85560

Color information

#B85560 (or 0xB85560) is unknown color: approx Blush. HEX triplet: B8, 55 and 60. RGB value is (184,85,96). Sum of RGB (Red+Green+Blue) = 184+85+96=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B85560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85560 is #47AA9F. Grayscale: #737373. Windows color (decimal): -4696736 or 6313400. OLE color: 6313400.

HSL color Cylindrical-coordinate representation of color #B85560: hue angle of 353.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85560 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1848596-
CMYK00.540.480.28
HSL353.33º41.08%52.75%-
HSV(B)353.33º53.8%72.16%-
XYZ25.1317.5313.13-
YUV115.86116.8176.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=50.41%
G=23.29%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184859600.540.480.28353.3341.0852.75
HexB85560036301C1612935
Octal27012514006660345415165
Binary1011100010101011100000011011011000011100101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85560; }

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

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

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

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

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

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

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

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