Shades of Sandrift #B09575
Tints of Sandrift #B09575
RGB
CMYK
RGB Variations
Color information
#B09575 (or 0xB09575) is known color: Sandrift. HEX triplet: B0, 95 and 75. RGB value is (176,149,117). Sum of RGB (Red+Green+Blue) = 176+149+117=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09575 is #4F6A8A. Grayscale: #999999. Windows color (decimal): -5204619 or 7706032. OLE color: 7706032.
HSL color Cylindrical-coordinate representation of color #B09575: hue angle of 32.54º 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 #B09575 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 117 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.31 |
| HSL | 32.54º | 0.27% | 0.57% | - |
| HSV(B) | 32.54º | 0.34% | 0.69% | - |
| XYZ | 31.86 | 32.01 | 21.33 | - |
| YUV | 153.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 117 | 0 | 0.15 | 0.34 | 0.31 | 32.54 | 0.27 | 0.57 |
| Hex | B0 | 95 | 75 | 0 | F | 22 | 1F | 21 | 1B | 39 |
| Octal | 260 | 225 | 165 | 0 | 17 | 42 | 37 | 41 | 33 | 71 |
| Binary | 10110000 | 10010101 | 1110101 | 0 | 1111 | 100010 | 11111 | 100001 | 11011 | 111001 |
Color Harmonies of #B09575
Complementary color
Monochromatic Colors of #B09575
Black with #B09575
Text Example
Text Example
White with #B09575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09575; }
p { color: rgb(176,149,117); }
H1.HeaderClassName
{
color: #B09575;
}
.AnyTagClassName
{
color: #B09575;
}
</style>
background-color css
<style>
a { background-color: #B09575; }
a { background-color: rgb(176,149,117); }
div.DivClassName
{
background-color: #B09575;
}
.BgClassName
{
background-color: #B09575;
}
</style>
border-color css
<style>
span { border-color: #B09575; }
span { border-color: rgb(176,149,117); }
td.TdClassName
{
border-color: #B09575;
}
.TagClassName
{
border-color: #B09575;
}
</style>