Shades of Sandrift #B49877
Tints of Sandrift #B49877
RGB
CMYK
RGB Variations
Color information
#B49877 (or 0xB49877) is known color: Sandrift. HEX triplet: B4, 98 and 77. RGB value is (180,152,119). Sum of RGB (Red+Green+Blue) = 180+152+119=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49877 is #4B6788. Grayscale: #9C9C9C. Windows color (decimal): -4941705 or 7837876. OLE color: 7837876.
HSL color Cylindrical-coordinate representation of color #B49877: hue angle of 32.46º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49877 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 119 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.29 |
| HSL | 32.46º | 0.29% | 0.59% | - |
| HSV(B) | 32.46º | 0.34% | 0.71% | - |
| XYZ | 33.38 | 33.49 | 22.16 | - |
| YUV | 156.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 119 | 0 | 0.16 | 0.34 | 0.29 | 32.46 | 0.29 | 0.59 |
| Hex | B4 | 98 | 77 | 0 | 10 | 22 | 1D | 20 | 1D | 3B |
| Octal | 264 | 230 | 167 | 0 | 20 | 42 | 35 | 40 | 35 | 73 |
| Binary | 10110100 | 10011000 | 1110111 | 0 | 10000 | 100010 | 11101 | 100000 | 11101 | 111011 |
Color Harmonies of #B49877
Complementary color
Monochromatic Colors of #B49877
Black with #B49877
Text Example
Text Example
White with #B49877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49877; }
p { color: rgb(180,152,119); }
H1.HeaderClassName
{
color: #B49877;
}
.AnyTagClassName
{
color: #B49877;
}
</style>
background-color css
<style>
a { background-color: #B49877; }
a { background-color: rgb(180,152,119); }
div.DivClassName
{
background-color: #B49877;
}
.BgClassName
{
background-color: #B49877;
}
</style>
border-color css
<style>
span { border-color: #B49877; }
span { border-color: rgb(180,152,119); }
td.TdClassName
{
border-color: #B49877;
}
.TagClassName
{
border-color: #B49877;
}
</style>