Shades of Sandrift #B19782
Tints of Sandrift #B19782
RGB
CMYK
RGB Variations
Color information
#B19782 (or 0xB19782) is known color: Sandrift. HEX triplet: B1, 97 and 82. RGB value is (177,151,130). Sum of RGB (Red+Green+Blue) = 177+151+130=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19782 is #4E687D. Grayscale: #9C9C9C. Windows color (decimal): -5138558 or 8558513. OLE color: 8558513.
HSL color Cylindrical-coordinate representation of color #B19782: hue angle of 26.81º 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 #B19782 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 130 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.31 |
| HSL | 26.81º | 0.23% | 0.6% | - |
| HSV(B) | 26.81º | 0.27% | 0.69% | - |
| XYZ | 33.23 | 33.09 | 25.76 | - |
| YUV | 156.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 130 | 0 | 0.15 | 0.27 | 0.31 | 26.81 | 0.23 | 0.6 |
| Hex | B1 | 97 | 82 | 0 | F | 1B | 1F | 1B | 17 | 3C |
| Octal | 261 | 227 | 202 | 0 | 17 | 33 | 37 | 33 | 27 | 74 |
| Binary | 10110001 | 10010111 | 10000010 | 0 | 1111 | 11011 | 11111 | 11011 | 10111 | 111100 |
Color Harmonies of #B19782
Complementary color
Monochromatic Colors of #B19782
Black with #B19782
Text Example
Text Example
White with #B19782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19782; }
p { color: rgb(177,151,130); }
H1.HeaderClassName
{
color: #B19782;
}
.AnyTagClassName
{
color: #B19782;
}
</style>
background-color css
<style>
a { background-color: #B19782; }
a { background-color: rgb(177,151,130); }
div.DivClassName
{
background-color: #B19782;
}
.BgClassName
{
background-color: #B19782;
}
</style>
border-color css
<style>
span { border-color: #B19782; }
span { border-color: rgb(177,151,130); }
td.TdClassName
{
border-color: #B19782;
}
.TagClassName
{
border-color: #B19782;
}
</style>