Shades of Sandrift #B09680
Tints of Sandrift #B09680
RGB
CMYK
RGB Variations
Color information
#B09680 (or 0xB09680) is known color: Sandrift. HEX triplet: B0, 96 and 80. RGB value is (176,150,128). Sum of RGB (Red+Green+Blue) = 176+150+128=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09680 is #4F697F. Grayscale: #9B9B9B. Windows color (decimal): -5204352 or 8427184. OLE color: 8427184.
HSL color Cylindrical-coordinate representation of color #B09680: hue angle of 27.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09680 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 128 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.31 |
| HSL | 27.5º | 0.23% | 0.6% | - |
| HSV(B) | 27.5º | 0.27% | 0.69% | - |
| XYZ | 32.71 | 32.6 | 24.99 | - |
| YUV | 155.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 128 | 0 | 0.15 | 0.27 | 0.31 | 27.5 | 0.23 | 0.6 |
| Hex | B0 | 96 | 80 | 0 | F | 1B | 1F | 1C | 17 | 3C |
| Octal | 260 | 226 | 200 | 0 | 17 | 33 | 37 | 34 | 27 | 74 |
| Binary | 10110000 | 10010110 | 10000000 | 0 | 1111 | 11011 | 11111 | 11100 | 10111 | 111100 |
Color Harmonies of #B09680
Complementary color
Monochromatic Colors of #B09680
Black with #B09680
Text Example
Text Example
White with #B09680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09680; }
p { color: rgb(176,150,128); }
H1.HeaderClassName
{
color: #B09680;
}
.AnyTagClassName
{
color: #B09680;
}
</style>
background-color css
<style>
a { background-color: #B09680; }
a { background-color: rgb(176,150,128); }
div.DivClassName
{
background-color: #B09680;
}
.BgClassName
{
background-color: #B09680;
}
</style>
border-color css
<style>
span { border-color: #B09680; }
span { border-color: rgb(176,150,128); }
td.TdClassName
{
border-color: #B09680;
}
.TagClassName
{
border-color: #B09680;
}
</style>