Shades of Sandrift #B09881
Tints of Sandrift #B09881
RGB
CMYK
RGB Variations
Color information
#B09881 (or 0xB09881) is known color: Sandrift. HEX triplet: B0, 98 and 81. RGB value is (176,152,129). Sum of RGB (Red+Green+Blue) = 176+152+129=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09881 is #4F677E. Grayscale: #9C9C9C. Windows color (decimal): -5203839 or 8493232. OLE color: 8493232.
HSL color Cylindrical-coordinate representation of color #B09881: hue angle of 29.36º 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 #B09881 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 129 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.31 |
| HSL | 29.36º | 0.23% | 0.6% | - |
| HSV(B) | 29.36º | 0.27% | 0.69% | - |
| XYZ | 33.1 | 33.27 | 25.45 | - |
| YUV | 156.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 129 | 0 | 0.14 | 0.27 | 0.31 | 29.36 | 0.23 | 0.6 |
| Hex | B0 | 98 | 81 | 0 | E | 1B | 1F | 1D | 17 | 3C |
| Octal | 260 | 230 | 201 | 0 | 16 | 33 | 37 | 35 | 27 | 74 |
| Binary | 10110000 | 10011000 | 10000001 | 0 | 1110 | 11011 | 11111 | 11101 | 10111 | 111100 |
Color Harmonies of #B09881
Complementary color
Monochromatic Colors of #B09881
Black with #B09881
Text Example
Text Example
White with #B09881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09881; }
p { color: rgb(176,152,129); }
H1.HeaderClassName
{
color: #B09881;
}
.AnyTagClassName
{
color: #B09881;
}
</style>
background-color css
<style>
a { background-color: #B09881; }
a { background-color: rgb(176,152,129); }
div.DivClassName
{
background-color: #B09881;
}
.BgClassName
{
background-color: #B09881;
}
</style>
border-color css
<style>
span { border-color: #B09881; }
span { border-color: rgb(176,152,129); }
td.TdClassName
{
border-color: #B09881;
}
.TagClassName
{
border-color: #B09881;
}
</style>