Shades of Sandrift #B49471
Tints of Sandrift #B49471
RGB
CMYK
RGB Variations
Color information
#B49471 (or 0xB49471) is known color: Sandrift. HEX triplet: B4, 94 and 71. RGB value is (180,148,113). Sum of RGB (Red+Green+Blue) = 180+148+113=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49471 is #4B6B8E. Grayscale: #999999. Windows color (decimal): -4942735 or 7443636. OLE color: 7443636.
HSL color Cylindrical-coordinate representation of color #B49471: hue angle of 31.34º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49471 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 113 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.29 |
| HSL | 31.34º | 0.31% | 0.57% | - |
| HSV(B) | 31.34º | 0.37% | 0.71% | - |
| XYZ | 32.39 | 32.08 | 20.11 | - |
| YUV | 153.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 113 | 0 | 0.18 | 0.37 | 0.29 | 31.34 | 0.31 | 0.57 |
| Hex | B4 | 94 | 71 | 0 | 12 | 25 | 1D | 1F | 1F | 39 |
| Octal | 264 | 224 | 161 | 0 | 22 | 45 | 35 | 37 | 37 | 71 |
| Binary | 10110100 | 10010100 | 1110001 | 0 | 10010 | 100101 | 11101 | 11111 | 11111 | 111001 |
Color Harmonies of #B49471
Complementary color
Monochromatic Colors of #B49471
Black with #B49471
Text Example
Text Example
White with #B49471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49471; }
p { color: rgb(180,148,113); }
H1.HeaderClassName
{
color: #B49471;
}
.AnyTagClassName
{
color: #B49471;
}
</style>
background-color css
<style>
a { background-color: #B49471; }
a { background-color: rgb(180,148,113); }
div.DivClassName
{
background-color: #B49471;
}
.BgClassName
{
background-color: #B49471;
}
</style>
border-color css
<style>
span { border-color: #B49471; }
span { border-color: rgb(180,148,113); }
td.TdClassName
{
border-color: #B49471;
}
.TagClassName
{
border-color: #B49471;
}
</style>