Shades of Sandrift #B49077
Tints of Sandrift #B49077
RGB
CMYK
RGB Variations
Color information
#B49077 (or 0xB49077) is known color: Sandrift. HEX triplet: B4, 90 and 77. RGB value is (180,144,119). Sum of RGB (Red+Green+Blue) = 180+144+119=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49077 is #4B6F88. Grayscale: #989898. Windows color (decimal): -4943753 or 7835828. OLE color: 7835828.
HSL color Cylindrical-coordinate representation of color #B49077: hue angle of 24.59º 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 #B49077 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 119 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.29 |
| HSL | 24.59º | 0.29% | 0.59% | - |
| HSV(B) | 24.59º | 0.34% | 0.71% | - |
| XYZ | 32.13 | 30.98 | 21.74 | - |
| YUV | 151.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 119 | 0 | 0.2 | 0.34 | 0.29 | 24.59 | 0.29 | 0.59 |
| Hex | B4 | 90 | 77 | 0 | 14 | 22 | 1D | 19 | 1D | 3B |
| Octal | 264 | 220 | 167 | 0 | 24 | 42 | 35 | 31 | 35 | 73 |
| Binary | 10110100 | 10010000 | 1110111 | 0 | 10100 | 100010 | 11101 | 11001 | 11101 | 111011 |
Color Harmonies of #B49077
Complementary color
Monochromatic Colors of #B49077
Black with #B49077
Text Example
Text Example
White with #B49077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49077; }
p { color: rgb(180,144,119); }
H1.HeaderClassName
{
color: #B49077;
}
.AnyTagClassName
{
color: #B49077;
}
</style>
background-color css
<style>
a { background-color: #B49077; }
a { background-color: rgb(180,144,119); }
div.DivClassName
{
background-color: #B49077;
}
.BgClassName
{
background-color: #B49077;
}
</style>
border-color css
<style>
span { border-color: #B49077; }
span { border-color: rgb(180,144,119); }
td.TdClassName
{
border-color: #B49077;
}
.TagClassName
{
border-color: #B49077;
}
</style>