Shades of Sandrift #B09473
Tints of Sandrift #B09473
RGB
CMYK
RGB Variations
Color information
#B09473 (or 0xB09473) is known color: Sandrift. HEX triplet: B0, 94 and 73. RGB value is (176,148,115). Sum of RGB (Red+Green+Blue) = 176+148+115=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09473 is #4F6B8C. Grayscale: #989898. Windows color (decimal): -5204877 or 7574704. OLE color: 7574704.
HSL color Cylindrical-coordinate representation of color #B09473: hue angle of 32.46º 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 #B09473 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 115 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.31 |
| HSL | 32.46º | 0.28% | 0.57% | - |
| HSV(B) | 32.46º | 0.35% | 0.69% | - |
| XYZ | 31.59 | 31.65 | 20.66 | - |
| YUV | 152.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 115 | 0 | 0.16 | 0.35 | 0.31 | 32.46 | 0.28 | 0.57 |
| Hex | B0 | 94 | 73 | 0 | 10 | 23 | 1F | 20 | 1C | 39 |
| Octal | 260 | 224 | 163 | 0 | 20 | 43 | 37 | 40 | 34 | 71 |
| Binary | 10110000 | 10010100 | 1110011 | 0 | 10000 | 100011 | 11111 | 100000 | 11100 | 111001 |
Color Harmonies of #B09473
Complementary color
Monochromatic Colors of #B09473
Black with #B09473
Text Example
Text Example
White with #B09473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09473; }
p { color: rgb(176,148,115); }
H1.HeaderClassName
{
color: #B09473;
}
.AnyTagClassName
{
color: #B09473;
}
</style>
background-color css
<style>
a { background-color: #B09473; }
a { background-color: rgb(176,148,115); }
div.DivClassName
{
background-color: #B09473;
}
.BgClassName
{
background-color: #B09473;
}
</style>
border-color css
<style>
span { border-color: #B09473; }
span { border-color: rgb(176,148,115); }
td.TdClassName
{
border-color: #B09473;
}
.TagClassName
{
border-color: #B09473;
}
</style>