Shades of Sandrift #B98D70
Tints of Sandrift #B98D70
RGB
CMYK
RGB Variations
Color information
#B98D70 (or 0xB98D70) is known color: Sandrift. HEX triplet: B9, 8D and 70. RGB value is (185,141,112). Sum of RGB (Red+Green+Blue) = 185+141+112=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D70 is #46728F. Grayscale: #979797. Windows color (decimal): -4616848 or 7376313. OLE color: 7376313.
HSL color Cylindrical-coordinate representation of color #B98D70: hue angle of 23.84º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B98D70 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 112 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.27 |
| HSL | 23.84º | 0.34% | 0.58% | - |
| HSV(B) | 23.84º | 0.39% | 0.73% | - |
| XYZ | 32.46 | 30.53 | 19.51 | - |
| YUV | 150.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 112 | 0 | 0.24 | 0.39 | 0.27 | 23.84 | 0.34 | 0.58 |
| Hex | B9 | 8D | 70 | 0 | 18 | 27 | 1B | 18 | 22 | 3A |
| Octal | 271 | 215 | 160 | 0 | 30 | 47 | 33 | 30 | 42 | 72 |
| Binary | 10111001 | 10001101 | 1110000 | 0 | 11000 | 100111 | 11011 | 11000 | 100010 | 111010 |
Color Harmonies of #B98D70
Complementary color
Monochromatic Colors of #B98D70
Black with #B98D70
Text Example
Text Example
White with #B98D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D70; }
p { color: rgb(185,141,112); }
H1.HeaderClassName
{
color: #B98D70;
}
.AnyTagClassName
{
color: #B98D70;
}
</style>
background-color css
<style>
a { background-color: #B98D70; }
a { background-color: rgb(185,141,112); }
div.DivClassName
{
background-color: #B98D70;
}
.BgClassName
{
background-color: #B98D70;
}
</style>
border-color css
<style>
span { border-color: #B98D70; }
span { border-color: rgb(185,141,112); }
td.TdClassName
{
border-color: #B98D70;
}
.TagClassName
{
border-color: #B98D70;
}
</style>