Shades of Sandrift #B19876
Tints of Sandrift #B19876
RGB
CMYK
RGB Variations
Color information
#B19876 (or 0xB19876) is known color: Sandrift. HEX triplet: B1, 98 and 76. RGB value is (177,152,118). Sum of RGB (Red+Green+Blue) = 177+152+118=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B19876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19876 is #4E6789. Grayscale: #9B9B9B. Windows color (decimal): -5138314 or 7772337. OLE color: 7772337.
HSL color Cylindrical-coordinate representation of color #B19876: hue angle of 34.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19876 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 118 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.31 |
| HSL | 34.58º | 0.27% | 0.58% | - |
| HSV(B) | 34.58º | 0.33% | 0.69% | - |
| XYZ | 32.63 | 33.11 | 21.81 | - |
| YUV | 155.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 118 | 0 | 0.14 | 0.33 | 0.31 | 34.58 | 0.27 | 0.58 |
| Hex | B1 | 98 | 76 | 0 | E | 21 | 1F | 23 | 1B | 3A |
| Octal | 261 | 230 | 166 | 0 | 16 | 41 | 37 | 43 | 33 | 72 |
| Binary | 10110001 | 10011000 | 1110110 | 0 | 1110 | 100001 | 11111 | 100011 | 11011 | 111010 |
Color Harmonies of #B19876
Complementary color
Monochromatic Colors of #B19876
Black with #B19876
Text Example
Text Example
White with #B19876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19876; }
p { color: rgb(177,152,118); }
H1.HeaderClassName
{
color: #B19876;
}
.AnyTagClassName
{
color: #B19876;
}
</style>
background-color css
<style>
a { background-color: #B19876; }
a { background-color: rgb(177,152,118); }
div.DivClassName
{
background-color: #B19876;
}
.BgClassName
{
background-color: #B19876;
}
</style>
border-color css
<style>
span { border-color: #B19876; }
span { border-color: rgb(177,152,118); }
td.TdClassName
{
border-color: #B19876;
}
.TagClassName
{
border-color: #B19876;
}
</style>