Shades of Sandrift #B19182
Tints of Sandrift #B19182
RGB
CMYK
RGB Variations
Color information
#B19182 (or 0xB19182) is known color: Sandrift. HEX triplet: B1, 91 and 82. RGB value is (177,145,130). Sum of RGB (Red+Green+Blue) = 177+145+130=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B19182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19182 is #4E6E7D. Grayscale: #989898. Windows color (decimal): -5140094 or 8556977. OLE color: 8556977.
HSL color Cylindrical-coordinate representation of color #B19182: hue angle of 19.15º 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 #B19182 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 130 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.31 |
| HSL | 19.15º | 0.23% | 0.6% | - |
| HSV(B) | 19.15º | 0.27% | 0.69% | - |
| XYZ | 32.29 | 31.21 | 25.44 | - |
| YUV | 152.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 130 | 0 | 0.18 | 0.27 | 0.31 | 19.15 | 0.23 | 0.6 |
| Hex | B1 | 91 | 82 | 0 | 12 | 1B | 1F | 13 | 17 | 3C |
| Octal | 261 | 221 | 202 | 0 | 22 | 33 | 37 | 23 | 27 | 74 |
| Binary | 10110001 | 10010001 | 10000010 | 0 | 10010 | 11011 | 11111 | 10011 | 10111 | 111100 |
Color Harmonies of #B19182
Complementary color
Monochromatic Colors of #B19182
Black with #B19182
Text Example
Text Example
White with #B19182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19182; }
p { color: rgb(177,145,130); }
H1.HeaderClassName
{
color: #B19182;
}
.AnyTagClassName
{
color: #B19182;
}
</style>
background-color css
<style>
a { background-color: #B19182; }
a { background-color: rgb(177,145,130); }
div.DivClassName
{
background-color: #B19182;
}
.BgClassName
{
background-color: #B19182;
}
</style>
border-color css
<style>
span { border-color: #B19182; }
span { border-color: rgb(177,145,130); }
td.TdClassName
{
border-color: #B19182;
}
.TagClassName
{
border-color: #B19182;
}
</style>