Shades of Sandrift #B09880
Tints of Sandrift #B09880
RGB
CMYK
RGB Variations
Color information
#B09880 (or 0xB09880) is known color: Sandrift. HEX triplet: B0, 98 and 80. RGB value is (176,152,128). Sum of RGB (Red+Green+Blue) = 176+152+128=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09880 is #4F677F. Grayscale: #9C9C9C. Windows color (decimal): -5203840 or 8427696. OLE color: 8427696.
HSL color Cylindrical-coordinate representation of color #B09880: hue angle of 30º 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 #B09880 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 128 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.31 |
| HSL | 30º | 0.23% | 0.6% | - |
| HSV(B) | 30º | 0.27% | 0.69% | - |
| XYZ | 33.03 | 33.25 | 25.1 | - |
| YUV | 156.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 128 | 0 | 0.14 | 0.27 | 0.31 | 30 | 0.23 | 0.6 |
| Hex | B0 | 98 | 80 | 0 | E | 1B | 1F | 1E | 17 | 3C |
| Octal | 260 | 230 | 200 | 0 | 16 | 33 | 37 | 36 | 27 | 74 |
| Binary | 10110000 | 10011000 | 10000000 | 0 | 1110 | 11011 | 11111 | 11110 | 10111 | 111100 |
Color Harmonies of #B09880
Complementary color
Monochromatic Colors of #B09880
Black with #B09880
Text Example
Text Example
White with #B09880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09880; }
p { color: rgb(176,152,128); }
H1.HeaderClassName
{
color: #B09880;
}
.AnyTagClassName
{
color: #B09880;
}
</style>
background-color css
<style>
a { background-color: #B09880; }
a { background-color: rgb(176,152,128); }
div.DivClassName
{
background-color: #B09880;
}
.BgClassName
{
background-color: #B09880;
}
</style>
border-color css
<style>
span { border-color: #B09880; }
span { border-color: rgb(176,152,128); }
td.TdClassName
{
border-color: #B09880;
}
.TagClassName
{
border-color: #B09880;
}
</style>