Shades of Sandrift #B09673
Tints of Sandrift #B09673
RGB
CMYK
RGB Variations
Color information
#B09673 (or 0xB09673) is known color: Sandrift. HEX triplet: B0, 96 and 73. RGB value is (176,150,115). Sum of RGB (Red+Green+Blue) = 176+150+115=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09673 is #4F698C. Grayscale: #999999. Windows color (decimal): -5204365 or 7575216. OLE color: 7575216.
HSL color Cylindrical-coordinate representation of color #B09673: hue angle of 34.43º 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 #B09673 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 115 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.31 |
| HSL | 34.43º | 0.28% | 0.57% | - |
| HSV(B) | 34.43º | 0.35% | 0.69% | - |
| XYZ | 31.91 | 32.28 | 20.77 | - |
| YUV | 153.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 115 | 0 | 0.15 | 0.35 | 0.31 | 34.43 | 0.28 | 0.57 |
| Hex | B0 | 96 | 73 | 0 | F | 23 | 1F | 22 | 1C | 39 |
| Octal | 260 | 226 | 163 | 0 | 17 | 43 | 37 | 42 | 34 | 71 |
| Binary | 10110000 | 10010110 | 1110011 | 0 | 1111 | 100011 | 11111 | 100010 | 11100 | 111001 |
Color Harmonies of #B09673
Complementary color
Monochromatic Colors of #B09673
Black with #B09673
Text Example
Text Example
White with #B09673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09673; }
p { color: rgb(176,150,115); }
H1.HeaderClassName
{
color: #B09673;
}
.AnyTagClassName
{
color: #B09673;
}
</style>
background-color css
<style>
a { background-color: #B09673; }
a { background-color: rgb(176,150,115); }
div.DivClassName
{
background-color: #B09673;
}
.BgClassName
{
background-color: #B09673;
}
</style>
border-color css
<style>
span { border-color: #B09673; }
span { border-color: rgb(176,150,115); }
td.TdClassName
{
border-color: #B09673;
}
.TagClassName
{
border-color: #B09673;
}
</style>