Shades of Blush #B95565
Tints of Blush #B95565
RGB
CMYK
RGB Variations
Color information
#B95565 (or 0xB95565) is known color: Blush. HEX triplet: B9, 55 and 65. RGB value is (185,85,101). Sum of RGB (Red+Green+Blue) = 185+85+101=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95565 is #46AA9A. Grayscale: #747474. Windows color (decimal): -4631195 or 6641081. OLE color: 6641081.
HSL color Cylindrical-coordinate representation of color #B95565: hue angle of 350.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95565 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 101 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.27 |
| HSL | 350.4º | 0.42% | 0.53% | - |
| HSV(B) | 350.4º | 0.54% | 0.73% | - |
| XYZ | 25.61 | 17.75 | 14.39 | - |
| YUV | 116.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 101 | 0 | 0.54 | 0.45 | 0.27 | 350.4 | 0.42 | 0.53 |
| Hex | B9 | 55 | 65 | 0 | 36 | 2D | 1B | 15E | 2A | 35 |
| Octal | 271 | 125 | 145 | 0 | 66 | 55 | 33 | 536 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1100101 | 0 | 110110 | 101101 | 11011 | 101011110 | 101010 | 110101 |
Color Harmonies of #B95565
Complementary color
Monochromatic Colors of #B95565
Black with #B95565
Text Example
Text Example
White with #B95565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95565; }
p { color: rgb(185,85,101); }
H1.HeaderClassName
{
color: #B95565;
}
.AnyTagClassName
{
color: #B95565;
}
</style>
background-color css
<style>
a { background-color: #B95565; }
a { background-color: rgb(185,85,101); }
div.DivClassName
{
background-color: #B95565;
}
.BgClassName
{
background-color: #B95565;
}
</style>
border-color css
<style>
span { border-color: #B95565; }
span { border-color: rgb(185,85,101); }
td.TdClassName
{
border-color: #B95565;
}
.TagClassName
{
border-color: #B95565;
}
</style>