Shades of Sandrift #B49577
Tints of Sandrift #B49577
RGB
CMYK
RGB Variations
Color information
#B49577 (or 0xB49577) is known color: Sandrift. HEX triplet: B4, 95 and 77. RGB value is (180,149,119). Sum of RGB (Red+Green+Blue) = 180+149+119=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49577 is #4B6A88. Grayscale: #9B9B9B. Windows color (decimal): -4942473 or 7837108. OLE color: 7837108.
HSL color Cylindrical-coordinate representation of color #B49577: hue angle of 29.51º 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 #B49577 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 119 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.29 |
| HSL | 29.51º | 0.29% | 0.59% | - |
| HSV(B) | 29.51º | 0.34% | 0.71% | - |
| XYZ | 32.9 | 32.53 | 22 | - |
| YUV | 154.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 119 | 0 | 0.17 | 0.34 | 0.29 | 29.51 | 0.29 | 0.59 |
| Hex | B4 | 95 | 77 | 0 | 11 | 22 | 1D | 1E | 1D | 3B |
| Octal | 264 | 225 | 167 | 0 | 21 | 42 | 35 | 36 | 35 | 73 |
| Binary | 10110100 | 10010101 | 1110111 | 0 | 10001 | 100010 | 11101 | 11110 | 11101 | 111011 |
Color Harmonies of #B49577
Complementary color
Monochromatic Colors of #B49577
Black with #B49577
Text Example
Text Example
White with #B49577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49577; }
p { color: rgb(180,149,119); }
H1.HeaderClassName
{
color: #B49577;
}
.AnyTagClassName
{
color: #B49577;
}
</style>
background-color css
<style>
a { background-color: #B49577; }
a { background-color: rgb(180,149,119); }
div.DivClassName
{
background-color: #B49577;
}
.BgClassName
{
background-color: #B49577;
}
</style>
border-color css
<style>
span { border-color: #B49577; }
span { border-color: rgb(180,149,119); }
td.TdClassName
{
border-color: #B49577;
}
.TagClassName
{
border-color: #B49577;
}
</style>