Shades of Sandrift #B19885
Tints of Sandrift #B19885
RGB
CMYK
RGB Variations
Color information
#B19885 (or 0xB19885) is known color: Sandrift. HEX triplet: B1, 98 and 85. RGB value is (177,152,133). Sum of RGB (Red+Green+Blue) = 177+152+133=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B19885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19885 is #4E677A. Grayscale: #9D9D9D. Windows color (decimal): -5138299 or 8755377. OLE color: 8755377.
HSL color Cylindrical-coordinate representation of color #B19885: hue angle of 25.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19885 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 133 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.31 |
| HSL | 25.91º | 0.22% | 0.61% | - |
| HSV(B) | 25.91º | 0.25% | 0.69% | - |
| XYZ | 33.59 | 33.5 | 26.89 | - |
| YUV | 157.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 133 | 0 | 0.14 | 0.25 | 0.31 | 25.91 | 0.22 | 0.61 |
| Hex | B1 | 98 | 85 | 0 | E | 19 | 1F | 1A | 16 | 3D |
| Octal | 261 | 230 | 205 | 0 | 16 | 31 | 37 | 32 | 26 | 75 |
| Binary | 10110001 | 10011000 | 10000101 | 0 | 1110 | 11001 | 11111 | 11010 | 10110 | 111101 |
Color Harmonies of #B19885
Complementary color
Monochromatic Colors of #B19885
Black with #B19885
Text Example
Text Example
White with #B19885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19885; }
p { color: rgb(177,152,133); }
H1.HeaderClassName
{
color: #B19885;
}
.AnyTagClassName
{
color: #B19885;
}
</style>
background-color css
<style>
a { background-color: #B19885; }
a { background-color: rgb(177,152,133); }
div.DivClassName
{
background-color: #B19885;
}
.BgClassName
{
background-color: #B19885;
}
</style>
border-color css
<style>
span { border-color: #B19885; }
span { border-color: rgb(177,152,133); }
td.TdClassName
{
border-color: #B19885;
}
.TagClassName
{
border-color: #B19885;
}
</style>