Shades of Sandrift #B09986
Tints of Sandrift #B09986
RGB
CMYK
RGB Variations
Color information
#B09986 (or 0xB09986) is known color: Sandrift. HEX triplet: B0, 99 and 86. RGB value is (176,153,134). Sum of RGB (Red+Green+Blue) = 176+153+134=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09986 is #4F6679. Grayscale: #9D9D9D. Windows color (decimal): -5203578 or 8821168. OLE color: 8821168.
HSL color Cylindrical-coordinate representation of color #B09986: hue angle of 27.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09986 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 134 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.31 |
| HSL | 27.14º | 0.21% | 0.61% | - |
| HSV(B) | 27.14º | 0.24% | 0.69% | - |
| XYZ | 33.6 | 33.73 | 27.29 | - |
| YUV | 157.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 134 | 0 | 0.13 | 0.24 | 0.31 | 27.14 | 0.21 | 0.61 |
| Hex | B0 | 99 | 86 | 0 | D | 18 | 1F | 1B | 15 | 3D |
| Octal | 260 | 231 | 206 | 0 | 15 | 30 | 37 | 33 | 25 | 75 |
| Binary | 10110000 | 10011001 | 10000110 | 0 | 1101 | 11000 | 11111 | 11011 | 10101 | 111101 |
Color Harmonies of #B09986
Complementary color
Monochromatic Colors of #B09986
Black with #B09986
Text Example
Text Example
White with #B09986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09986; }
p { color: rgb(176,153,134); }
H1.HeaderClassName
{
color: #B09986;
}
.AnyTagClassName
{
color: #B09986;
}
</style>
background-color css
<style>
a { background-color: #B09986; }
a { background-color: rgb(176,153,134); }
div.DivClassName
{
background-color: #B09986;
}
.BgClassName
{
background-color: #B09986;
}
</style>
border-color css
<style>
span { border-color: #B09986; }
span { border-color: rgb(176,153,134); }
td.TdClassName
{
border-color: #B09986;
}
.TagClassName
{
border-color: #B09986;
}
</style>