#B85B60

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

Shades of Blush #B85B60

Tints of Blush #B85B60

Color information

#B85B60 (or 0xB85B60) is unknown color: approx Blush. HEX triplet: B8, 5B and 60. RGB value is (184,91,96). Sum of RGB (Red+Green+Blue) = 184+91+96=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B60 is #47A49F. Grayscale: #777777. Windows color (decimal): -4695200 or 6314936. OLE color: 6314936.

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

Color convert

RGB1849196-
CMYK00.510.480.28
HSL356.77º39.57%53.92%-
HSV(B)356.77º50.54%72.16%-
XYZ25.6218.5213.29-
YUV119.38114.81174.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=49.60%
G=24.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184919600.510.480.28356.7739.5753.92
HexB85B60033301C1652836
Octal27013314006360345455066
Binary1011100010110111100000011001111000011100101100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B60; }

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

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

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

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

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

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

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

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