Shades of Sandrift #B49677
Tints of Sandrift #B49677
RGB
CMYK
RGB Variations
Color information
#B49677 (or 0xB49677) is known color: Sandrift. HEX triplet: B4, 96 and 77. RGB value is (180,150,119). Sum of RGB (Red+Green+Blue) = 180+150+119=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49677 is #4B6988. Grayscale: #9B9B9B. Windows color (decimal): -4942217 or 7837364. OLE color: 7837364.
HSL color Cylindrical-coordinate representation of color #B49677: hue angle of 30.49º 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 #B49677 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 119 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.29 |
| HSL | 30.49º | 0.29% | 0.59% | - |
| HSV(B) | 30.49º | 0.34% | 0.71% | - |
| XYZ | 33.06 | 32.85 | 22.05 | - |
| YUV | 155.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 119 | 0 | 0.17 | 0.34 | 0.29 | 30.49 | 0.29 | 0.59 |
| Hex | B4 | 96 | 77 | 0 | 11 | 22 | 1D | 1E | 1D | 3B |
| Octal | 264 | 226 | 167 | 0 | 21 | 42 | 35 | 36 | 35 | 73 |
| Binary | 10110100 | 10010110 | 1110111 | 0 | 10001 | 100010 | 11101 | 11110 | 11101 | 111011 |
Color Harmonies of #B49677
Complementary color
Monochromatic Colors of #B49677
Black with #B49677
Text Example
Text Example
White with #B49677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49677; }
p { color: rgb(180,150,119); }
H1.HeaderClassName
{
color: #B49677;
}
.AnyTagClassName
{
color: #B49677;
}
</style>
background-color css
<style>
a { background-color: #B49677; }
a { background-color: rgb(180,150,119); }
div.DivClassName
{
background-color: #B49677;
}
.BgClassName
{
background-color: #B49677;
}
</style>
border-color css
<style>
span { border-color: #B49677; }
span { border-color: rgb(180,150,119); }
td.TdClassName
{
border-color: #B49677;
}
.TagClassName
{
border-color: #B49677;
}
</style>