Shades of Sandrift #B19981
Tints of Sandrift #B19981
RGB
CMYK
RGB Variations
Color information
#B19981 (or 0xB19981) is known color: Sandrift. HEX triplet: B1, 99 and 81. RGB value is (177,153,129). Sum of RGB (Red+Green+Blue) = 177+153+129=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19981 is #4E667E. Grayscale: #9D9D9D. Windows color (decimal): -5138047 or 8493489. OLE color: 8493489.
HSL color Cylindrical-coordinate representation of color #B19981: hue angle of 30º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19981 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 129 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.31 |
| HSL | 30º | 0.24% | 0.6% | - |
| HSV(B) | 30º | 0.27% | 0.69% | - |
| XYZ | 33.49 | 33.71 | 25.51 | - |
| YUV | 157.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 129 | 0 | 0.14 | 0.27 | 0.31 | 30 | 0.24 | 0.6 |
| Hex | B1 | 99 | 81 | 0 | E | 1B | 1F | 1E | 18 | 3C |
| Octal | 261 | 231 | 201 | 0 | 16 | 33 | 37 | 36 | 30 | 74 |
| Binary | 10110001 | 10011001 | 10000001 | 0 | 1110 | 11011 | 11111 | 11110 | 11000 | 111100 |
Color Harmonies of #B19981
Complementary color
Monochromatic Colors of #B19981
Black with #B19981
Text Example
Text Example
White with #B19981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19981; }
p { color: rgb(177,153,129); }
H1.HeaderClassName
{
color: #B19981;
}
.AnyTagClassName
{
color: #B19981;
}
</style>
background-color css
<style>
a { background-color: #B19981; }
a { background-color: rgb(177,153,129); }
div.DivClassName
{
background-color: #B19981;
}
.BgClassName
{
background-color: #B19981;
}
</style>
border-color css
<style>
span { border-color: #B19981; }
span { border-color: rgb(177,153,129); }
td.TdClassName
{
border-color: #B19981;
}
.TagClassName
{
border-color: #B19981;
}
</style>