Shades of Sandrift #B09686
Tints of Sandrift #B09686
RGB
CMYK
RGB Variations
Color information
#B09686 (or 0xB09686) is known color: Sandrift. HEX triplet: B0, 96 and 86. RGB value is (176,150,134). Sum of RGB (Red+Green+Blue) = 176+150+134=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09686 is #4F6979. Grayscale: #9C9C9C. Windows color (decimal): -5204346 or 8820400. OLE color: 8820400.
HSL color Cylindrical-coordinate representation of color #B09686: hue angle of 22.86º 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 #B09686 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 134 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.31 |
| HSL | 22.86º | 0.21% | 0.61% | - |
| HSV(B) | 22.86º | 0.24% | 0.69% | - |
| XYZ | 33.11 | 32.76 | 27.13 | - |
| YUV | 155.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 134 | 0 | 0.15 | 0.24 | 0.31 | 22.86 | 0.21 | 0.61 |
| Hex | B0 | 96 | 86 | 0 | F | 18 | 1F | 17 | 15 | 3D |
| Octal | 260 | 226 | 206 | 0 | 17 | 30 | 37 | 27 | 25 | 75 |
| Binary | 10110000 | 10010110 | 10000110 | 0 | 1111 | 11000 | 11111 | 10111 | 10101 | 111101 |
Color Harmonies of #B09686
Complementary color
Monochromatic Colors of #B09686
Black with #B09686
Text Example
Text Example
White with #B09686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09686; }
p { color: rgb(176,150,134); }
H1.HeaderClassName
{
color: #B09686;
}
.AnyTagClassName
{
color: #B09686;
}
</style>
background-color css
<style>
a { background-color: #B09686; }
a { background-color: rgb(176,150,134); }
div.DivClassName
{
background-color: #B09686;
}
.BgClassName
{
background-color: #B09686;
}
</style>
border-color css
<style>
span { border-color: #B09686; }
span { border-color: rgb(176,150,134); }
td.TdClassName
{
border-color: #B09686;
}
.TagClassName
{
border-color: #B09686;
}
</style>