Shades of Sandrift #B49076
Tints of Sandrift #B49076
RGB
CMYK
RGB Variations
Color information
#B49076 (or 0xB49076) is known color: Sandrift. HEX triplet: B4, 90 and 76. RGB value is (180,144,118). Sum of RGB (Red+Green+Blue) = 180+144+118=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49076 is #4B6F89. Grayscale: #979797. Windows color (decimal): -4943754 or 7770292. OLE color: 7770292.
HSL color Cylindrical-coordinate representation of color #B49076: hue angle of 25.16º 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 #B49076 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 118 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.29 |
| HSL | 25.16º | 0.29% | 0.58% | - |
| HSV(B) | 25.16º | 0.34% | 0.71% | - |
| XYZ | 32.07 | 30.96 | 21.42 | - |
| YUV | 151.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 118 | 0 | 0.2 | 0.34 | 0.29 | 25.16 | 0.29 | 0.58 |
| Hex | B4 | 90 | 76 | 0 | 14 | 22 | 1D | 19 | 1D | 3A |
| Octal | 264 | 220 | 166 | 0 | 24 | 42 | 35 | 31 | 35 | 72 |
| Binary | 10110100 | 10010000 | 1110110 | 0 | 10100 | 100010 | 11101 | 11001 | 11101 | 111010 |
Color Harmonies of #B49076
Complementary color
Monochromatic Colors of #B49076
Black with #B49076
Text Example
Text Example
White with #B49076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49076; }
p { color: rgb(180,144,118); }
H1.HeaderClassName
{
color: #B49076;
}
.AnyTagClassName
{
color: #B49076;
}
</style>
background-color css
<style>
a { background-color: #B49076; }
a { background-color: rgb(180,144,118); }
div.DivClassName
{
background-color: #B49076;
}
.BgClassName
{
background-color: #B49076;
}
</style>
border-color css
<style>
span { border-color: #B49076; }
span { border-color: rgb(180,144,118); }
td.TdClassName
{
border-color: #B49076;
}
.TagClassName
{
border-color: #B49076;
}
</style>