Shades of Sandrift #B49875
Tints of Sandrift #B49875
RGB
CMYK
RGB Variations
Color information
#B49875 (or 0xB49875) is known color: Sandrift. HEX triplet: B4, 98 and 75. RGB value is (180,152,117). Sum of RGB (Red+Green+Blue) = 180+152+117=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49875 is #4B678A. Grayscale: #9C9C9C. Windows color (decimal): -4941707 or 7706804. OLE color: 7706804.
HSL color Cylindrical-coordinate representation of color #B49875: hue angle of 33.33º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49875 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 117 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.29 |
| HSL | 33.33º | 0.3% | 0.58% | - |
| HSV(B) | 33.33º | 0.35% | 0.71% | - |
| XYZ | 33.26 | 33.44 | 21.53 | - |
| YUV | 156.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 117 | 0 | 0.16 | 0.35 | 0.29 | 33.33 | 0.3 | 0.58 |
| Hex | B4 | 98 | 75 | 0 | 10 | 23 | 1D | 21 | 1E | 3A |
| Octal | 264 | 230 | 165 | 0 | 20 | 43 | 35 | 41 | 36 | 72 |
| Binary | 10110100 | 10011000 | 1110101 | 0 | 10000 | 100011 | 11101 | 100001 | 11110 | 111010 |
Color Harmonies of #B49875
Complementary color
Monochromatic Colors of #B49875
Black with #B49875
Text Example
Text Example
White with #B49875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49875; }
p { color: rgb(180,152,117); }
H1.HeaderClassName
{
color: #B49875;
}
.AnyTagClassName
{
color: #B49875;
}
</style>
background-color css
<style>
a { background-color: #B49875; }
a { background-color: rgb(180,152,117); }
div.DivClassName
{
background-color: #B49875;
}
.BgClassName
{
background-color: #B49875;
}
</style>
border-color css
<style>
span { border-color: #B49875; }
span { border-color: rgb(180,152,117); }
td.TdClassName
{
border-color: #B49875;
}
.TagClassName
{
border-color: #B49875;
}
</style>