Shades of Sandrift #B19982
Tints of Sandrift #B19982
RGB
CMYK
RGB Variations
Color information
#B19982 (or 0xB19982) is known color: Sandrift. HEX triplet: B1, 99 and 82. RGB value is (177,153,130). Sum of RGB (Red+Green+Blue) = 177+153+130=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19982 is #4E667D. Grayscale: #9D9D9D. Windows color (decimal): -5138046 or 8559025. OLE color: 8559025.
HSL color Cylindrical-coordinate representation of color #B19982: hue angle of 29.36º degrees, saturation: 0.23, 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 #B19982 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 130 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.31 |
| HSL | 29.36º | 0.23% | 0.6% | - |
| HSV(B) | 29.36º | 0.27% | 0.69% | - |
| XYZ | 33.55 | 33.74 | 25.86 | - |
| YUV | 157.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 130 | 0 | 0.14 | 0.27 | 0.31 | 29.36 | 0.23 | 0.6 |
| Hex | B1 | 99 | 82 | 0 | E | 1B | 1F | 1D | 17 | 3C |
| Octal | 261 | 231 | 202 | 0 | 16 | 33 | 37 | 35 | 27 | 74 |
| Binary | 10110001 | 10011001 | 10000010 | 0 | 1110 | 11011 | 11111 | 11101 | 10111 | 111100 |
Color Harmonies of #B19982
Complementary color
Monochromatic Colors of #B19982
Black with #B19982
Text Example
Text Example
White with #B19982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19982; }
p { color: rgb(177,153,130); }
H1.HeaderClassName
{
color: #B19982;
}
.AnyTagClassName
{
color: #B19982;
}
</style>
background-color css
<style>
a { background-color: #B19982; }
a { background-color: rgb(177,153,130); }
div.DivClassName
{
background-color: #B19982;
}
.BgClassName
{
background-color: #B19982;
}
</style>
border-color css
<style>
span { border-color: #B19982; }
span { border-color: rgb(177,153,130); }
td.TdClassName
{
border-color: #B19982;
}
.TagClassName
{
border-color: #B19982;
}
</style>