Shades of Sandrift #B19773
Tints of Sandrift #B19773
RGB
CMYK
RGB Variations
Color information
#B19773 (or 0xB19773) is known color: Sandrift. HEX triplet: B1, 97 and 73. RGB value is (177,151,115). Sum of RGB (Red+Green+Blue) = 177+151+115=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19773 is #4E688C. Grayscale: #9A9A9A. Windows color (decimal): -5138573 or 7575473. OLE color: 7575473.
HSL color Cylindrical-coordinate representation of color #B19773: hue angle of 34.84º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19773 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 115 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.31 |
| HSL | 34.84º | 0.28% | 0.57% | - |
| HSV(B) | 34.84º | 0.35% | 0.69% | - |
| XYZ | 32.29 | 32.72 | 20.83 | - |
| YUV | 154.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 115 | 0 | 0.15 | 0.35 | 0.31 | 34.84 | 0.28 | 0.57 |
| Hex | B1 | 97 | 73 | 0 | F | 23 | 1F | 23 | 1C | 39 |
| Octal | 261 | 227 | 163 | 0 | 17 | 43 | 37 | 43 | 34 | 71 |
| Binary | 10110001 | 10010111 | 1110011 | 0 | 1111 | 100011 | 11111 | 100011 | 11100 | 111001 |
Color Harmonies of #B19773
Complementary color
Monochromatic Colors of #B19773
Black with #B19773
Text Example
Text Example
White with #B19773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19773; }
p { color: rgb(177,151,115); }
H1.HeaderClassName
{
color: #B19773;
}
.AnyTagClassName
{
color: #B19773;
}
</style>
background-color css
<style>
a { background-color: #B19773; }
a { background-color: rgb(177,151,115); }
div.DivClassName
{
background-color: #B19773;
}
.BgClassName
{
background-color: #B19773;
}
</style>
border-color css
<style>
span { border-color: #B19773; }
span { border-color: rgb(177,151,115); }
td.TdClassName
{
border-color: #B19773;
}
.TagClassName
{
border-color: #B19773;
}
</style>