Shades of Sandrift #B09682
Tints of Sandrift #B09682
RGB
CMYK
RGB Variations
Color information
#B09682 (or 0xB09682) is known color: Sandrift. HEX triplet: B0, 96 and 82. RGB value is (176,150,130). Sum of RGB (Red+Green+Blue) = 176+150+130=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09682 is #4F697D. Grayscale: #9B9B9B. Windows color (decimal): -5204350 or 8558256. OLE color: 8558256.
HSL color Cylindrical-coordinate representation of color #B09682: hue angle of 26.09º 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 #B09682 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 130 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.31 |
| HSL | 26.09º | 0.23% | 0.6% | - |
| HSV(B) | 26.09º | 0.26% | 0.69% | - |
| XYZ | 32.84 | 32.65 | 25.69 | - |
| YUV | 155.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 130 | 0 | 0.15 | 0.26 | 0.31 | 26.09 | 0.23 | 0.6 |
| Hex | B0 | 96 | 82 | 0 | F | 1A | 1F | 1A | 17 | 3C |
| Octal | 260 | 226 | 202 | 0 | 17 | 32 | 37 | 32 | 27 | 74 |
| Binary | 10110000 | 10010110 | 10000010 | 0 | 1111 | 11010 | 11111 | 11010 | 10111 | 111100 |
Color Harmonies of #B09682
Complementary color
Monochromatic Colors of #B09682
Black with #B09682
Text Example
Text Example
White with #B09682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09682; }
p { color: rgb(176,150,130); }
H1.HeaderClassName
{
color: #B09682;
}
.AnyTagClassName
{
color: #B09682;
}
</style>
background-color css
<style>
a { background-color: #B09682; }
a { background-color: rgb(176,150,130); }
div.DivClassName
{
background-color: #B09682;
}
.BgClassName
{
background-color: #B09682;
}
</style>
border-color css
<style>
span { border-color: #B09682; }
span { border-color: rgb(176,150,130); }
td.TdClassName
{
border-color: #B09682;
}
.TagClassName
{
border-color: #B09682;
}
</style>