Shades of Sandrift #B09279
Tints of Sandrift #B09279
RGB
CMYK
RGB Variations
Color information
#B09279 (or 0xB09279) is known color: Sandrift. HEX triplet: B0, 92 and 79. RGB value is (176,146,121). Sum of RGB (Red+Green+Blue) = 176+146+121=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09279 is #4F6D86. Grayscale: #989898. Windows color (decimal): -5205383 or 7967408. OLE color: 7967408.
HSL color Cylindrical-coordinate representation of color #B09279: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09279 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 121 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.31 |
| HSL | 27.27º | 0.26% | 0.58% | - |
| HSV(B) | 27.27º | 0.31% | 0.69% | - |
| XYZ | 31.63 | 31.17 | 22.44 | - |
| YUV | 152.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 121 | 0 | 0.17 | 0.31 | 0.31 | 27.27 | 0.26 | 0.58 |
| Hex | B0 | 92 | 79 | 0 | 11 | 1F | 1F | 1B | 1A | 3A |
| Octal | 260 | 222 | 171 | 0 | 21 | 37 | 37 | 33 | 32 | 72 |
| Binary | 10110000 | 10010010 | 1111001 | 0 | 10001 | 11111 | 11111 | 11011 | 11010 | 111010 |
Color Harmonies of #B09279
Complementary color
Monochromatic Colors of #B09279
Black with #B09279
Text Example
Text Example
White with #B09279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09279; }
p { color: rgb(176,146,121); }
H1.HeaderClassName
{
color: #B09279;
}
.AnyTagClassName
{
color: #B09279;
}
</style>
background-color css
<style>
a { background-color: #B09279; }
a { background-color: rgb(176,146,121); }
div.DivClassName
{
background-color: #B09279;
}
.BgClassName
{
background-color: #B09279;
}
</style>
border-color css
<style>
span { border-color: #B09279; }
span { border-color: rgb(176,146,121); }
td.TdClassName
{
border-color: #B09279;
}
.TagClassName
{
border-color: #B09279;
}
</style>