Shades of Sandrift #B09175
Tints of Sandrift #B09175
RGB
CMYK
RGB Variations
Color information
#B09175 (or 0xB09175) is known color: Sandrift. HEX triplet: B0, 91 and 75. RGB value is (176,145,117). Sum of RGB (Red+Green+Blue) = 176+145+117=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B09175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09175 is #4F6E8A. Grayscale: #979797. Windows color (decimal): -5205643 or 7705008. OLE color: 7705008.
HSL color Cylindrical-coordinate representation of color #B09175: hue angle of 28.47º 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 #B09175 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 117 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.31 |
| HSL | 28.47º | 0.27% | 0.57% | - |
| HSV(B) | 28.47º | 0.34% | 0.69% | - |
| XYZ | 31.24 | 30.77 | 21.12 | - |
| YUV | 151.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 117 | 0 | 0.18 | 0.34 | 0.31 | 28.47 | 0.27 | 0.57 |
| Hex | B0 | 91 | 75 | 0 | 12 | 22 | 1F | 1C | 1B | 39 |
| Octal | 260 | 221 | 165 | 0 | 22 | 42 | 37 | 34 | 33 | 71 |
| Binary | 10110000 | 10010001 | 1110101 | 0 | 10010 | 100010 | 11111 | 11100 | 11011 | 111001 |
Color Harmonies of #B09175
Complementary color
Monochromatic Colors of #B09175
Black with #B09175
Text Example
Text Example
White with #B09175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09175; }
p { color: rgb(176,145,117); }
H1.HeaderClassName
{
color: #B09175;
}
.AnyTagClassName
{
color: #B09175;
}
</style>
background-color css
<style>
a { background-color: #B09175; }
a { background-color: rgb(176,145,117); }
div.DivClassName
{
background-color: #B09175;
}
.BgClassName
{
background-color: #B09175;
}
</style>
border-color css
<style>
span { border-color: #B09175; }
span { border-color: rgb(176,145,117); }
td.TdClassName
{
border-color: #B09175;
}
.TagClassName
{
border-color: #B09175;
}
</style>