Shades of Sandrift #B98B6D
Tints of Sandrift #B98B6D
RGB
CMYK
RGB Variations
Color information
#B98B6D (or 0xB98B6D) is known color: Sandrift. HEX triplet: B9, 8B and 6D. RGB value is (185,139,109). Sum of RGB (Red+Green+Blue) = 185+139+109=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B6D is #467492. Grayscale: #959595. Windows color (decimal): -4617363 or 7179193. OLE color: 7179193.
HSL color Cylindrical-coordinate representation of color #B98B6D: hue angle of 23.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98B6D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 109 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.27 |
| HSL | 23.68º | 0.35% | 0.58% | - |
| HSV(B) | 23.68º | 0.41% | 0.73% | - |
| XYZ | 32 | 29.88 | 18.55 | - |
| YUV | 149.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 109 | 0 | 0.25 | 0.41 | 0.27 | 23.68 | 0.35 | 0.58 |
| Hex | B9 | 8B | 6D | 0 | 19 | 29 | 1B | 18 | 23 | 3A |
| Octal | 271 | 213 | 155 | 0 | 31 | 51 | 33 | 30 | 43 | 72 |
| Binary | 10111001 | 10001011 | 1101101 | 0 | 11001 | 101001 | 11011 | 11000 | 100011 | 111010 |
Color Harmonies of #B98B6D
Complementary color
Monochromatic Colors of #B98B6D
Black with #B98B6D
Text Example
Text Example
White with #B98B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B6D; }
p { color: rgb(185,139,109); }
H1.HeaderClassName
{
color: #B98B6D;
}
.AnyTagClassName
{
color: #B98B6D;
}
</style>
background-color css
<style>
a { background-color: #B98B6D; }
a { background-color: rgb(185,139,109); }
div.DivClassName
{
background-color: #B98B6D;
}
.BgClassName
{
background-color: #B98B6D;
}
</style>
border-color css
<style>
span { border-color: #B98B6D; }
span { border-color: rgb(185,139,109); }
td.TdClassName
{
border-color: #B98B6D;
}
.TagClassName
{
border-color: #B98B6D;
}
</style>