Shades of Sandrift #B49071
Tints of Sandrift #B49071
RGB
CMYK
RGB Variations
Color information
#B49071 (or 0xB49071) is known color: Sandrift. HEX triplet: B4, 90 and 71. RGB value is (180,144,113). Sum of RGB (Red+Green+Blue) = 180+144+113=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49071 is #4B6F8E. Grayscale: #979797. Windows color (decimal): -4943759 or 7442612. OLE color: 7442612.
HSL color Cylindrical-coordinate representation of color #B49071: hue angle of 27.76º 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 #B49071 is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 113 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.29 |
| HSL | 27.76º | 0.31% | 0.57% | - |
| HSV(B) | 27.76º | 0.37% | 0.71% | - |
| XYZ | 31.78 | 30.84 | 19.9 | - |
| YUV | 151.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 113 | 0 | 0.2 | 0.37 | 0.29 | 27.76 | 0.31 | 0.57 |
| Hex | B4 | 90 | 71 | 0 | 14 | 25 | 1D | 1C | 1F | 39 |
| Octal | 264 | 220 | 161 | 0 | 24 | 45 | 35 | 34 | 37 | 71 |
| Binary | 10110100 | 10010000 | 1110001 | 0 | 10100 | 100101 | 11101 | 11100 | 11111 | 111001 |
Color Harmonies of #B49071
Complementary color
Monochromatic Colors of #B49071
Black with #B49071
Text Example
Text Example
White with #B49071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49071; }
p { color: rgb(180,144,113); }
H1.HeaderClassName
{
color: #B49071;
}
.AnyTagClassName
{
color: #B49071;
}
</style>
background-color css
<style>
a { background-color: #B49071; }
a { background-color: rgb(180,144,113); }
div.DivClassName
{
background-color: #B49071;
}
.BgClassName
{
background-color: #B49071;
}
</style>
border-color css
<style>
span { border-color: #B49071; }
span { border-color: rgb(180,144,113); }
td.TdClassName
{
border-color: #B49071;
}
.TagClassName
{
border-color: #B49071;
}
</style>