Shades of Sandrift #B39471
Tints of Sandrift #B39471
RGB
CMYK
RGB Variations
Color information
#B39471 (or 0xB39471) is known color: Sandrift. HEX triplet: B3, 94 and 71. RGB value is (179,148,113). Sum of RGB (Red+Green+Blue) = 179+148+113=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39471 is #4C6B8E. Grayscale: #999999. Windows color (decimal): -5008271 or 7443635. OLE color: 7443635.
HSL color Cylindrical-coordinate representation of color #B39471: hue angle of 31.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39471 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 148 | 113 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.30 |
| HSL | 31.82º | 0.3% | 0.57% | - |
| HSV(B) | 31.82º | 0.37% | 0.7% | - |
| XYZ | 32.16 | 31.96 | 20.1 | - |
| YUV | 153.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 113 | 0 | 0.17 | 0.37 | 0.30 | 31.82 | 0.3 | 0.57 |
| Hex | B3 | 94 | 71 | 0 | 11 | 25 | 1E | 20 | 1E | 39 |
| Octal | 263 | 224 | 161 | 0 | 21 | 45 | 36 | 40 | 36 | 71 |
| Binary | 10110011 | 10010100 | 1110001 | 0 | 10001 | 100101 | 11110 | 100000 | 11110 | 111001 |
Color Harmonies of #B39471
Complementary color
Monochromatic Colors of #B39471
Black with #B39471
Text Example
Text Example
White with #B39471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39471; }
p { color: rgb(179,148,113); }
H1.HeaderClassName
{
color: #B39471;
}
.AnyTagClassName
{
color: #B39471;
}
</style>
background-color css
<style>
a { background-color: #B39471; }
a { background-color: rgb(179,148,113); }
div.DivClassName
{
background-color: #B39471;
}
.BgClassName
{
background-color: #B39471;
}
</style>
border-color css
<style>
span { border-color: #B39471; }
span { border-color: rgb(179,148,113); }
td.TdClassName
{
border-color: #B39471;
}
.TagClassName
{
border-color: #B39471;
}
</style>