Shades of Sandrift #B09882
Tints of Sandrift #B09882
RGB
CMYK
RGB Variations
Color information
#B09882 (or 0xB09882) is known color: Sandrift. HEX triplet: B0, 98 and 82. RGB value is (176,152,130). Sum of RGB (Red+Green+Blue) = 176+152+130=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09882 is #4F677D. Grayscale: #9C9C9C. Windows color (decimal): -5203838 or 8558768. OLE color: 8558768.
HSL color Cylindrical-coordinate representation of color #B09882: hue angle of 28.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09882 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 130 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.31 |
| HSL | 28.7º | 0.23% | 0.6% | - |
| HSV(B) | 28.7º | 0.26% | 0.69% | - |
| XYZ | 33.16 | 33.3 | 25.8 | - |
| YUV | 156.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 130 | 0 | 0.14 | 0.26 | 0.31 | 28.7 | 0.23 | 0.6 |
| Hex | B0 | 98 | 82 | 0 | E | 1A | 1F | 1D | 17 | 3C |
| Octal | 260 | 230 | 202 | 0 | 16 | 32 | 37 | 35 | 27 | 74 |
| Binary | 10110000 | 10011000 | 10000010 | 0 | 1110 | 11010 | 11111 | 11101 | 10111 | 111100 |
Color Harmonies of #B09882
Complementary color
Monochromatic Colors of #B09882
Black with #B09882
Text Example
Text Example
White with #B09882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09882; }
p { color: rgb(176,152,130); }
H1.HeaderClassName
{
color: #B09882;
}
.AnyTagClassName
{
color: #B09882;
}
</style>
background-color css
<style>
a { background-color: #B09882; }
a { background-color: rgb(176,152,130); }
div.DivClassName
{
background-color: #B09882;
}
.BgClassName
{
background-color: #B09882;
}
</style>
border-color css
<style>
span { border-color: #B09882; }
span { border-color: rgb(176,152,130); }
td.TdClassName
{
border-color: #B09882;
}
.TagClassName
{
border-color: #B09882;
}
</style>