Shades of Sandrift #B09781
Tints of Sandrift #B09781
RGB
CMYK
RGB Variations
Color information
#B09781 (or 0xB09781) is known color: Sandrift. HEX triplet: B0, 97 and 81. RGB value is (176,151,129). Sum of RGB (Red+Green+Blue) = 176+151+129=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09781 is #4F687E. Grayscale: #9C9C9C. Windows color (decimal): -5204095 or 8492976. OLE color: 8492976.
HSL color Cylindrical-coordinate representation of color #B09781: hue angle of 28.09º 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 #B09781 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 129 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.31 |
| HSL | 28.09º | 0.23% | 0.6% | - |
| HSV(B) | 28.09º | 0.27% | 0.69% | - |
| XYZ | 32.93 | 32.95 | 25.39 | - |
| YUV | 155.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 129 | 0 | 0.14 | 0.27 | 0.31 | 28.09 | 0.23 | 0.6 |
| Hex | B0 | 97 | 81 | 0 | E | 1B | 1F | 1C | 17 | 3C |
| Octal | 260 | 227 | 201 | 0 | 16 | 33 | 37 | 34 | 27 | 74 |
| Binary | 10110000 | 10010111 | 10000001 | 0 | 1110 | 11011 | 11111 | 11100 | 10111 | 111100 |
Color Harmonies of #B09781
Complementary color
Monochromatic Colors of #B09781
Black with #B09781
Text Example
Text Example
White with #B09781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09781; }
p { color: rgb(176,151,129); }
H1.HeaderClassName
{
color: #B09781;
}
.AnyTagClassName
{
color: #B09781;
}
</style>
background-color css
<style>
a { background-color: #B09781; }
a { background-color: rgb(176,151,129); }
div.DivClassName
{
background-color: #B09781;
}
.BgClassName
{
background-color: #B09781;
}
</style>
border-color css
<style>
span { border-color: #B09781; }
span { border-color: rgb(176,151,129); }
td.TdClassName
{
border-color: #B09781;
}
.TagClassName
{
border-color: #B09781;
}
</style>