Shades of Sandrift #B98C72
Tints of Sandrift #B98C72
RGB
CMYK
RGB Variations
Color information
#B98C72 (or 0xB98C72) is known color: Sandrift. HEX triplet: B9, 8C and 72. RGB value is (185,140,114). Sum of RGB (Red+Green+Blue) = 185+140+114=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C72 is #46738D. Grayscale: #969696. Windows color (decimal): -4617102 or 7507129. OLE color: 7507129.
HSL color Cylindrical-coordinate representation of color #B98C72: hue angle of 21.97º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98C72 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 114 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.27 |
| HSL | 21.97º | 0.34% | 0.59% | - |
| HSV(B) | 21.97º | 0.38% | 0.73% | - |
| XYZ | 32.42 | 30.29 | 20.06 | - |
| YUV | 150.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 114 | 0 | 0.24 | 0.38 | 0.27 | 21.97 | 0.34 | 0.59 |
| Hex | B9 | 8C | 72 | 0 | 18 | 26 | 1B | 16 | 22 | 3B |
| Octal | 271 | 214 | 162 | 0 | 30 | 46 | 33 | 26 | 42 | 73 |
| Binary | 10111001 | 10001100 | 1110010 | 0 | 11000 | 100110 | 11011 | 10110 | 100010 | 111011 |
Color Harmonies of #B98C72
Complementary color
Monochromatic Colors of #B98C72
Black with #B98C72
Text Example
Text Example
White with #B98C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C72; }
p { color: rgb(185,140,114); }
H1.HeaderClassName
{
color: #B98C72;
}
.AnyTagClassName
{
color: #B98C72;
}
</style>
background-color css
<style>
a { background-color: #B98C72; }
a { background-color: rgb(185,140,114); }
div.DivClassName
{
background-color: #B98C72;
}
.BgClassName
{
background-color: #B98C72;
}
</style>
border-color css
<style>
span { border-color: #B98C72; }
span { border-color: rgb(185,140,114); }
td.TdClassName
{
border-color: #B98C72;
}
.TagClassName
{
border-color: #B98C72;
}
</style>