Shades of Blush #B95D6D
Tints of Blush #B95D6D
RGB
CMYK
RGB Variations
Color information
#B95D6D (or 0xB95D6D) is known color: Blush. HEX triplet: B9, 5D and 6D. RGB value is (185,93,109). Sum of RGB (Red+Green+Blue) = 185+93+109=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D6D is #46A292. Grayscale: #7A7A7A. Windows color (decimal): -4629139 or 7167417. OLE color: 7167417.
HSL color Cylindrical-coordinate representation of color #B95D6D: hue angle of 349.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D6D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 109 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.27 |
| HSL | 349.57º | 0.4% | 0.55% | - |
| HSV(B) | 349.57º | 0.5% | 0.73% | - |
| XYZ | 26.68 | 19.25 | 16.78 | - |
| YUV | 122.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 109 | 0 | 0.50 | 0.41 | 0.27 | 349.57 | 0.4 | 0.55 |
| Hex | B9 | 5D | 6D | 0 | 32 | 29 | 1B | 15E | 28 | 37 |
| Octal | 271 | 135 | 155 | 0 | 62 | 51 | 33 | 536 | 50 | 67 |
| Binary | 10111001 | 1011101 | 1101101 | 0 | 110010 | 101001 | 11011 | 101011110 | 101000 | 110111 |
Color Harmonies of #B95D6D
Complementary color
Monochromatic Colors of #B95D6D
Black with #B95D6D
Text Example
Text Example
White with #B95D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D6D; }
p { color: rgb(185,93,109); }
H1.HeaderClassName
{
color: #B95D6D;
}
.AnyTagClassName
{
color: #B95D6D;
}
</style>
background-color css
<style>
a { background-color: #B95D6D; }
a { background-color: rgb(185,93,109); }
div.DivClassName
{
background-color: #B95D6D;
}
.BgClassName
{
background-color: #B95D6D;
}
</style>
border-color css
<style>
span { border-color: #B95D6D; }
span { border-color: rgb(185,93,109); }
td.TdClassName
{
border-color: #B95D6D;
}
.TagClassName
{
border-color: #B95D6D;
}
</style>