Shades of Sandrift #B19282
Tints of Sandrift #B19282
RGB
CMYK
RGB Variations
Color information
#B19282 (or 0xB19282) is known color: Sandrift. HEX triplet: B1, 92 and 82. RGB value is (177,146,130). Sum of RGB (Red+Green+Blue) = 177+146+130=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B19282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19282 is #4E6D7D. Grayscale: #999999. Windows color (decimal): -5139838 or 8557233. OLE color: 8557233.
HSL color Cylindrical-coordinate representation of color #B19282: hue angle of 20.43º 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 #B19282 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 130 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.31 |
| HSL | 20.43º | 0.23% | 0.6% | - |
| HSV(B) | 20.43º | 0.27% | 0.69% | - |
| XYZ | 32.44 | 31.52 | 25.49 | - |
| YUV | 153.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 130 | 0 | 0.18 | 0.27 | 0.31 | 20.43 | 0.23 | 0.6 |
| Hex | B1 | 92 | 82 | 0 | 12 | 1B | 1F | 14 | 17 | 3C |
| Octal | 261 | 222 | 202 | 0 | 22 | 33 | 37 | 24 | 27 | 74 |
| Binary | 10110001 | 10010010 | 10000010 | 0 | 10010 | 11011 | 11111 | 10100 | 10111 | 111100 |
Color Harmonies of #B19282
Complementary color
Monochromatic Colors of #B19282
Black with #B19282
Text Example
Text Example
White with #B19282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19282; }
p { color: rgb(177,146,130); }
H1.HeaderClassName
{
color: #B19282;
}
.AnyTagClassName
{
color: #B19282;
}
</style>
background-color css
<style>
a { background-color: #B19282; }
a { background-color: rgb(177,146,130); }
div.DivClassName
{
background-color: #B19282;
}
.BgClassName
{
background-color: #B19282;
}
</style>
border-color css
<style>
span { border-color: #B19282; }
span { border-color: rgb(177,146,130); }
td.TdClassName
{
border-color: #B19282;
}
.TagClassName
{
border-color: #B19282;
}
</style>