Shades of Sandrift #B19082
Tints of Sandrift #B19082
RGB
CMYK
RGB Variations
Color information
#B19082 (or 0xB19082) is known color: Sandrift. HEX triplet: B1, 90 and 82. RGB value is (177,144,130). Sum of RGB (Red+Green+Blue) = 177+144+130=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B19082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19082 is #4E6F7D. Grayscale: #989898. Windows color (decimal): -5140350 or 8556721. OLE color: 8556721.
HSL color Cylindrical-coordinate representation of color #B19082: hue angle of 17.87º 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 #B19082 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 130 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.31 |
| HSL | 17.87º | 0.23% | 0.6% | - |
| HSV(B) | 17.87º | 0.27% | 0.69% | - |
| XYZ | 32.13 | 30.91 | 25.39 | - |
| YUV | 152.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 130 | 0 | 0.19 | 0.27 | 0.31 | 17.87 | 0.23 | 0.6 |
| Hex | B1 | 90 | 82 | 0 | 13 | 1B | 1F | 12 | 17 | 3C |
| Octal | 261 | 220 | 202 | 0 | 23 | 33 | 37 | 22 | 27 | 74 |
| Binary | 10110001 | 10010000 | 10000010 | 0 | 10011 | 11011 | 11111 | 10010 | 10111 | 111100 |
Color Harmonies of #B19082
Complementary color
Monochromatic Colors of #B19082
Black with #B19082
Text Example
Text Example
White with #B19082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19082; }
p { color: rgb(177,144,130); }
H1.HeaderClassName
{
color: #B19082;
}
.AnyTagClassName
{
color: #B19082;
}
</style>
background-color css
<style>
a { background-color: #B19082; }
a { background-color: rgb(177,144,130); }
div.DivClassName
{
background-color: #B19082;
}
.BgClassName
{
background-color: #B19082;
}
</style>
border-color css
<style>
span { border-color: #B19082; }
span { border-color: rgb(177,144,130); }
td.TdClassName
{
border-color: #B19082;
}
.TagClassName
{
border-color: #B19082;
}
</style>