Shades of Sandrift #B49173
Tints of Sandrift #B49173
RGB
CMYK
RGB Variations
Color information
#B49173 (or 0xB49173) is known color: Sandrift. HEX triplet: B4, 91 and 73. RGB value is (180,145,115). Sum of RGB (Red+Green+Blue) = 180+145+115=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49173 is #4B6E8C. Grayscale: #989898. Windows color (decimal): -4943501 or 7573940. OLE color: 7573940.
HSL color Cylindrical-coordinate representation of color #B49173: hue angle of 27.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49173 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 115 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.29 |
| HSL | 27.69º | 0.3% | 0.58% | - |
| HSV(B) | 27.69º | 0.36% | 0.71% | - |
| XYZ | 32.04 | 31.19 | 20.55 | - |
| YUV | 152.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 115 | 0 | 0.19 | 0.36 | 0.29 | 27.69 | 0.3 | 0.58 |
| Hex | B4 | 91 | 73 | 0 | 13 | 24 | 1D | 1C | 1E | 3A |
| Octal | 264 | 221 | 163 | 0 | 23 | 44 | 35 | 34 | 36 | 72 |
| Binary | 10110100 | 10010001 | 1110011 | 0 | 10011 | 100100 | 11101 | 11100 | 11110 | 111010 |
Color Harmonies of #B49173
Complementary color
Monochromatic Colors of #B49173
Black with #B49173
Text Example
Text Example
White with #B49173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49173; }
p { color: rgb(180,145,115); }
H1.HeaderClassName
{
color: #B49173;
}
.AnyTagClassName
{
color: #B49173;
}
</style>
background-color css
<style>
a { background-color: #B49173; }
a { background-color: rgb(180,145,115); }
div.DivClassName
{
background-color: #B49173;
}
.BgClassName
{
background-color: #B49173;
}
</style>
border-color css
<style>
span { border-color: #B49173; }
span { border-color: rgb(180,145,115); }
td.TdClassName
{
border-color: #B49173;
}
.TagClassName
{
border-color: #B49173;
}
</style>