Shades of Sandrift #B09376
Tints of Sandrift #B09376
RGB
CMYK
RGB Variations
Color information
#B09376 (or 0xB09376) is known color: Sandrift. HEX triplet: B0, 93 and 76. RGB value is (176,147,118). Sum of RGB (Red+Green+Blue) = 176+147+118=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09376 is #4F6C89. Grayscale: #989898. Windows color (decimal): -5205130 or 7771056. OLE color: 7771056.
HSL color Cylindrical-coordinate representation of color #B09376: hue angle of 30º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09376 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 118 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.31 |
| HSL | 30º | 0.27% | 0.58% | - |
| HSV(B) | 30º | 0.33% | 0.69% | - |
| XYZ | 31.61 | 31.41 | 21.54 | - |
| YUV | 152.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 118 | 0 | 0.16 | 0.33 | 0.31 | 30 | 0.27 | 0.58 |
| Hex | B0 | 93 | 76 | 0 | 10 | 21 | 1F | 1E | 1B | 3A |
| Octal | 260 | 223 | 166 | 0 | 20 | 41 | 37 | 36 | 33 | 72 |
| Binary | 10110000 | 10010011 | 1110110 | 0 | 10000 | 100001 | 11111 | 11110 | 11011 | 111010 |
Color Harmonies of #B09376
Complementary color
Monochromatic Colors of #B09376
Black with #B09376
Text Example
Text Example
White with #B09376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09376; }
p { color: rgb(176,147,118); }
H1.HeaderClassName
{
color: #B09376;
}
.AnyTagClassName
{
color: #B09376;
}
</style>
background-color css
<style>
a { background-color: #B09376; }
a { background-color: rgb(176,147,118); }
div.DivClassName
{
background-color: #B09376;
}
.BgClassName
{
background-color: #B09376;
}
</style>
border-color css
<style>
span { border-color: #B09376; }
span { border-color: rgb(176,147,118); }
td.TdClassName
{
border-color: #B09376;
}
.TagClassName
{
border-color: #B09376;
}
</style>