Shades of Blush #B95566
Tints of Blush #B95566
RGB
CMYK
RGB Variations
Color information
#B95566 (or 0xB95566) is known color: Blush. HEX triplet: B9, 55 and 66. RGB value is (185,85,102). Sum of RGB (Red+Green+Blue) = 185+85+102=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95566 is #46AA99. Grayscale: #747474. Windows color (decimal): -4631194 or 6706617. OLE color: 6706617.
HSL color Cylindrical-coordinate representation of color #B95566: hue angle of 349.8º 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 #B95566 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 102 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.27 |
| HSL | 349.8º | 0.42% | 0.53% | - |
| HSV(B) | 349.8º | 0.54% | 0.73% | - |
| XYZ | 25.65 | 17.77 | 14.65 | - |
| YUV | 116.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 102 | 0 | 0.54 | 0.45 | 0.27 | 349.8 | 0.42 | 0.53 |
| Hex | B9 | 55 | 66 | 0 | 36 | 2D | 1B | 15E | 2A | 35 |
| Octal | 271 | 125 | 146 | 0 | 66 | 55 | 33 | 536 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1100110 | 0 | 110110 | 101101 | 11011 | 101011110 | 101010 | 110101 |
Color Harmonies of #B95566
Complementary color
Monochromatic Colors of #B95566
Black with #B95566
Text Example
Text Example
White with #B95566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95566; }
p { color: rgb(185,85,102); }
H1.HeaderClassName
{
color: #B95566;
}
.AnyTagClassName
{
color: #B95566;
}
</style>
background-color css
<style>
a { background-color: #B95566; }
a { background-color: rgb(185,85,102); }
div.DivClassName
{
background-color: #B95566;
}
.BgClassName
{
background-color: #B95566;
}
</style>
border-color css
<style>
span { border-color: #B95566; }
span { border-color: rgb(185,85,102); }
td.TdClassName
{
border-color: #B95566;
}
.TagClassName
{
border-color: #B95566;
}
</style>