Shades of Sandrift #B09984
Tints of Sandrift #B09984
RGB
CMYK
RGB Variations
Color information
#B09984 (or 0xB09984) is known color: Sandrift. HEX triplet: B0, 99 and 84. RGB value is (176,153,132). Sum of RGB (Red+Green+Blue) = 176+153+132=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09984 is #4F667B. Grayscale: #9D9D9D. Windows color (decimal): -5203580 or 8690096. OLE color: 8690096.
HSL color Cylindrical-coordinate representation of color #B09984: hue angle of 28.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09984 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 132 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.31 |
| HSL | 28.64º | 0.22% | 0.6% | - |
| HSV(B) | 28.64º | 0.25% | 0.69% | - |
| XYZ | 33.46 | 33.68 | 26.57 | - |
| YUV | 157.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 132 | 0 | 0.13 | 0.25 | 0.31 | 28.64 | 0.22 | 0.6 |
| Hex | B0 | 99 | 84 | 0 | D | 19 | 1F | 1D | 16 | 3C |
| Octal | 260 | 231 | 204 | 0 | 15 | 31 | 37 | 35 | 26 | 74 |
| Binary | 10110000 | 10011001 | 10000100 | 0 | 1101 | 11001 | 11111 | 11101 | 10110 | 111100 |
Color Harmonies of #B09984
Complementary color
Monochromatic Colors of #B09984
Black with #B09984
Text Example
Text Example
White with #B09984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09984; }
p { color: rgb(176,153,132); }
H1.HeaderClassName
{
color: #B09984;
}
.AnyTagClassName
{
color: #B09984;
}
</style>
background-color css
<style>
a { background-color: #B09984; }
a { background-color: rgb(176,153,132); }
div.DivClassName
{
background-color: #B09984;
}
.BgClassName
{
background-color: #B09984;
}
</style>
border-color css
<style>
span { border-color: #B09984; }
span { border-color: rgb(176,153,132); }
td.TdClassName
{
border-color: #B09984;
}
.TagClassName
{
border-color: #B09984;
}
</style>