Shades of Blush #B9585D
Tints of Blush #B9585D
RGB
CMYK
RGB Variations
Color information
#B9585D (or 0xB9585D) is known color: Blush. HEX triplet: B9, 58 and 5D. RGB value is (185,88,93). Sum of RGB (Red+Green+Blue) = 185+88+93=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9585D is #46A7A2. Grayscale: #757575. Windows color (decimal): -4630435 or 6117561. OLE color: 6117561.
HSL color Cylindrical-coordinate representation of color #B9585D: hue angle of 356.91º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9585D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 93 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.27 |
| HSL | 356.91º | 0.41% | 0.54% | - |
| HSV(B) | 356.91º | 0.52% | 0.73% | - |
| XYZ | 25.47 | 18.08 | 12.5 | - |
| YUV | 117.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 93 | 0 | 0.52 | 0.50 | 0.27 | 356.91 | 0.41 | 0.54 |
| Hex | B9 | 58 | 5D | 0 | 34 | 32 | 1B | 165 | 29 | 36 |
| Octal | 271 | 130 | 135 | 0 | 64 | 62 | 33 | 545 | 51 | 66 |
| Binary | 10111001 | 1011000 | 1011101 | 0 | 110100 | 110010 | 11011 | 101100101 | 101001 | 110110 |
Color Harmonies of #B9585D
Complementary color
Monochromatic Colors of #B9585D
Black with #B9585D
Text Example
Text Example
White with #B9585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9585D; }
p { color: rgb(185,88,93); }
H1.HeaderClassName
{
color: #B9585D;
}
.AnyTagClassName
{
color: #B9585D;
}
</style>
background-color css
<style>
a { background-color: #B9585D; }
a { background-color: rgb(185,88,93); }
div.DivClassName
{
background-color: #B9585D;
}
.BgClassName
{
background-color: #B9585D;
}
</style>
border-color css
<style>
span { border-color: #B9585D; }
span { border-color: rgb(185,88,93); }
td.TdClassName
{
border-color: #B9585D;
}
.TagClassName
{
border-color: #B9585D;
}
</style>