Shades of Sandrift #B09672
Tints of Sandrift #B09672
RGB
CMYK
RGB Variations
Color information
#B09672 (or 0xB09672) is known color: Sandrift. HEX triplet: B0, 96 and 72. RGB value is (176,150,114). Sum of RGB (Red+Green+Blue) = 176+150+114=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09672 is #4F698D. Grayscale: #999999. Windows color (decimal): -5204366 or 7509680. OLE color: 7509680.
HSL color Cylindrical-coordinate representation of color #B09672: hue angle of 34.84º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09672 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 114 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.31 |
| HSL | 34.84º | 0.28% | 0.57% | - |
| HSV(B) | 34.84º | 0.35% | 0.69% | - |
| XYZ | 31.85 | 32.26 | 20.47 | - |
| YUV | 153.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 114 | 0 | 0.15 | 0.35 | 0.31 | 34.84 | 0.28 | 0.57 |
| Hex | B0 | 96 | 72 | 0 | F | 23 | 1F | 23 | 1C | 39 |
| Octal | 260 | 226 | 162 | 0 | 17 | 43 | 37 | 43 | 34 | 71 |
| Binary | 10110000 | 10010110 | 1110010 | 0 | 1111 | 100011 | 11111 | 100011 | 11100 | 111001 |
Color Harmonies of #B09672
Complementary color
Monochromatic Colors of #B09672
Black with #B09672
Text Example
Text Example
White with #B09672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09672; }
p { color: rgb(176,150,114); }
H1.HeaderClassName
{
color: #B09672;
}
.AnyTagClassName
{
color: #B09672;
}
</style>
background-color css
<style>
a { background-color: #B09672; }
a { background-color: rgb(176,150,114); }
div.DivClassName
{
background-color: #B09672;
}
.BgClassName
{
background-color: #B09672;
}
</style>
border-color css
<style>
span { border-color: #B09672; }
span { border-color: rgb(176,150,114); }
td.TdClassName
{
border-color: #B09672;
}
.TagClassName
{
border-color: #B09672;
}
</style>