Shades of Sandrift #B49576
Tints of Sandrift #B49576
RGB
CMYK
RGB Variations
Color information
#B49576 (or 0xB49576) is known color: Sandrift. HEX triplet: B4, 95 and 76. RGB value is (180,149,118). Sum of RGB (Red+Green+Blue) = 180+149+118=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49576 is #4B6A89. Grayscale: #9A9A9A. Windows color (decimal): -4942474 or 7771572. OLE color: 7771572.
HSL color Cylindrical-coordinate representation of color #B49576: hue angle of 30º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49576 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 118 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.29 |
| HSL | 30º | 0.29% | 0.58% | - |
| HSV(B) | 30º | 0.34% | 0.71% | - |
| XYZ | 32.84 | 32.51 | 21.68 | - |
| YUV | 154.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 118 | 0 | 0.17 | 0.34 | 0.29 | 30 | 0.29 | 0.58 |
| Hex | B4 | 95 | 76 | 0 | 11 | 22 | 1D | 1E | 1D | 3A |
| Octal | 264 | 225 | 166 | 0 | 21 | 42 | 35 | 36 | 35 | 72 |
| Binary | 10110100 | 10010101 | 1110110 | 0 | 10001 | 100010 | 11101 | 11110 | 11101 | 111010 |
Color Harmonies of #B49576
Complementary color
Monochromatic Colors of #B49576
Black with #B49576
Text Example
Text Example
White with #B49576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49576; }
p { color: rgb(180,149,118); }
H1.HeaderClassName
{
color: #B49576;
}
.AnyTagClassName
{
color: #B49576;
}
</style>
background-color css
<style>
a { background-color: #B49576; }
a { background-color: rgb(180,149,118); }
div.DivClassName
{
background-color: #B49576;
}
.BgClassName
{
background-color: #B49576;
}
</style>
border-color css
<style>
span { border-color: #B49576; }
span { border-color: rgb(180,149,118); }
td.TdClassName
{
border-color: #B49576;
}
.TagClassName
{
border-color: #B49576;
}
</style>