Shades of Sandrift #B09674
Tints of Sandrift #B09674
RGB
CMYK
RGB Variations
Color information
#B09674 (or 0xB09674) is known color: Sandrift. HEX triplet: B0, 96 and 74. RGB value is (176,150,116). Sum of RGB (Red+Green+Blue) = 176+150+116=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09674 is #4F698B. Grayscale: #9A9A9A. Windows color (decimal): -5204364 or 7640752. OLE color: 7640752.
HSL color Cylindrical-coordinate representation of color #B09674: hue angle of 34º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09674 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 116 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.31 |
| HSL | 34º | 0.28% | 0.57% | - |
| HSV(B) | 34º | 0.34% | 0.69% | - |
| XYZ | 31.96 | 32.3 | 21.07 | - |
| YUV | 153.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 116 | 0 | 0.15 | 0.34 | 0.31 | 34 | 0.28 | 0.57 |
| Hex | B0 | 96 | 74 | 0 | F | 22 | 1F | 22 | 1C | 39 |
| Octal | 260 | 226 | 164 | 0 | 17 | 42 | 37 | 42 | 34 | 71 |
| Binary | 10110000 | 10010110 | 1110100 | 0 | 1111 | 100010 | 11111 | 100010 | 11100 | 111001 |
Color Harmonies of #B09674
Complementary color
Monochromatic Colors of #B09674
Black with #B09674
Text Example
Text Example
White with #B09674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09674; }
p { color: rgb(176,150,116); }
H1.HeaderClassName
{
color: #B09674;
}
.AnyTagClassName
{
color: #B09674;
}
</style>
background-color css
<style>
a { background-color: #B09674; }
a { background-color: rgb(176,150,116); }
div.DivClassName
{
background-color: #B09674;
}
.BgClassName
{
background-color: #B09674;
}
</style>
border-color css
<style>
span { border-color: #B09674; }
span { border-color: rgb(176,150,116); }
td.TdClassName
{
border-color: #B09674;
}
.TagClassName
{
border-color: #B09674;
}
</style>