Shades of Blush #B95D69
Tints of Blush #B95D69
RGB
CMYK
RGB Variations
Color information
#B95D69 (or 0xB95D69) is known color: Blush. HEX triplet: B9, 5D and 69. RGB value is (185,93,105). Sum of RGB (Red+Green+Blue) = 185+93+105=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D69 is #46A296. Grayscale: #797979. Windows color (decimal): -4629143 or 6905273. OLE color: 6905273.
HSL color Cylindrical-coordinate representation of color #B95D69: hue angle of 352.17º 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 #B95D69 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 105 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.27 |
| HSL | 352.17º | 0.4% | 0.55% | - |
| HSV(B) | 352.17º | 0.5% | 0.73% | - |
| XYZ | 26.47 | 19.16 | 15.67 | - |
| YUV | 121.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 105 | 0 | 0.50 | 0.43 | 0.27 | 352.17 | 0.4 | 0.55 |
| Hex | B9 | 5D | 69 | 0 | 32 | 2B | 1B | 160 | 28 | 37 |
| Octal | 271 | 135 | 151 | 0 | 62 | 53 | 33 | 540 | 50 | 67 |
| Binary | 10111001 | 1011101 | 1101001 | 0 | 110010 | 101011 | 11011 | 101100000 | 101000 | 110111 |
Color Harmonies of #B95D69
Complementary color
Monochromatic Colors of #B95D69
Black with #B95D69
Text Example
Text Example
White with #B95D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D69; }
p { color: rgb(185,93,105); }
H1.HeaderClassName
{
color: #B95D69;
}
.AnyTagClassName
{
color: #B95D69;
}
</style>
background-color css
<style>
a { background-color: #B95D69; }
a { background-color: rgb(185,93,105); }
div.DivClassName
{
background-color: #B95D69;
}
.BgClassName
{
background-color: #B95D69;
}
</style>
border-color css
<style>
span { border-color: #B95D69; }
span { border-color: rgb(185,93,105); }
td.TdClassName
{
border-color: #B95D69;
}
.TagClassName
{
border-color: #B95D69;
}
</style>