Shades of Sandrift #B98E6F
Tints of Sandrift #B98E6F
RGB
CMYK
RGB Variations
Color information
#B98E6F (or 0xB98E6F) is known color: Sandrift. HEX triplet: B9, 8E and 6F. RGB value is (185,142,111). Sum of RGB (Red+Green+Blue) = 185+142+111=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E6F is #467190. Grayscale: #979797. Windows color (decimal): -4616593 or 7311033. OLE color: 7311033.
HSL color Cylindrical-coordinate representation of color #B98E6F: hue angle of 25.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98E6F is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 111 | - |
| CMYK | 0 | 0.23 | 0.4 | 0.27 |
| HSL | 25.14º | 0.35% | 0.58% | - |
| HSV(B) | 25.14º | 0.4% | 0.73% | - |
| XYZ | 32.55 | 30.81 | 19.27 | - |
| YUV | 151.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 111 | 0 | 0.23 | 0.4 | 0.27 | 25.14 | 0.35 | 0.58 |
| Hex | B9 | 8E | 6F | 0 | 17 | 28 | 1B | 19 | 23 | 3A |
| Octal | 271 | 216 | 157 | 0 | 27 | 50 | 33 | 31 | 43 | 72 |
| Binary | 10111001 | 10001110 | 1101111 | 0 | 10111 | 101000 | 11011 | 11001 | 100011 | 111010 |
Color Harmonies of #B98E6F
Complementary color
Monochromatic Colors of #B98E6F
Black with #B98E6F
Text Example
Text Example
White with #B98E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E6F; }
p { color: rgb(185,142,111); }
H1.HeaderClassName
{
color: #B98E6F;
}
.AnyTagClassName
{
color: #B98E6F;
}
</style>
background-color css
<style>
a { background-color: #B98E6F; }
a { background-color: rgb(185,142,111); }
div.DivClassName
{
background-color: #B98E6F;
}
.BgClassName
{
background-color: #B98E6F;
}
</style>
border-color css
<style>
span { border-color: #B98E6F; }
span { border-color: rgb(185,142,111); }
td.TdClassName
{
border-color: #B98E6F;
}
.TagClassName
{
border-color: #B98E6F;
}
</style>