Shades of Sandrift #B09375
Tints of Sandrift #B09375
RGB
CMYK
RGB Variations
Color information
#B09375 (or 0xB09375) is known color: Sandrift. HEX triplet: B0, 93 and 75. RGB value is (176,147,117). Sum of RGB (Red+Green+Blue) = 176+147+117=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09375 is #4F6C8A. Grayscale: #989898. Windows color (decimal): -5205131 or 7705520. OLE color: 7705520.
HSL color Cylindrical-coordinate representation of color #B09375: hue angle of 30.51º degrees, saturation: 0.27, 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 #B09375 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 117 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.31 |
| HSL | 30.51º | 0.27% | 0.57% | - |
| HSV(B) | 30.51º | 0.34% | 0.69% | - |
| XYZ | 31.55 | 31.38 | 21.22 | - |
| YUV | 152.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 117 | 0 | 0.16 | 0.34 | 0.31 | 30.51 | 0.27 | 0.57 |
| Hex | B0 | 93 | 75 | 0 | 10 | 22 | 1F | 1F | 1B | 39 |
| Octal | 260 | 223 | 165 | 0 | 20 | 42 | 37 | 37 | 33 | 71 |
| Binary | 10110000 | 10010011 | 1110101 | 0 | 10000 | 100010 | 11111 | 11111 | 11011 | 111001 |
Color Harmonies of #B09375
Complementary color
Monochromatic Colors of #B09375
Black with #B09375
Text Example
Text Example
White with #B09375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09375; }
p { color: rgb(176,147,117); }
H1.HeaderClassName
{
color: #B09375;
}
.AnyTagClassName
{
color: #B09375;
}
</style>
background-color css
<style>
a { background-color: #B09375; }
a { background-color: rgb(176,147,117); }
div.DivClassName
{
background-color: #B09375;
}
.BgClassName
{
background-color: #B09375;
}
</style>
border-color css
<style>
span { border-color: #B09375; }
span { border-color: rgb(176,147,117); }
td.TdClassName
{
border-color: #B09375;
}
.TagClassName
{
border-color: #B09375;
}
</style>