Shades of Sandrift #B09278
Tints of Sandrift #B09278
RGB
CMYK
RGB Variations
Color information
#B09278 (or 0xB09278) is known color: Sandrift. HEX triplet: B0, 92 and 78. RGB value is (176,146,120). Sum of RGB (Red+Green+Blue) = 176+146+120=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09278 is #4F6D87. Grayscale: #989898. Windows color (decimal): -5205384 or 7901872. OLE color: 7901872.
HSL color Cylindrical-coordinate representation of color #B09278: hue angle of 27.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09278 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 120 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.31 |
| HSL | 27.86º | 0.26% | 0.58% | - |
| HSV(B) | 27.86º | 0.32% | 0.69% | - |
| XYZ | 31.57 | 31.14 | 22.12 | - |
| YUV | 152.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 120 | 0 | 0.17 | 0.32 | 0.31 | 27.86 | 0.26 | 0.58 |
| Hex | B0 | 92 | 78 | 0 | 11 | 20 | 1F | 1C | 1A | 3A |
| Octal | 260 | 222 | 170 | 0 | 21 | 40 | 37 | 34 | 32 | 72 |
| Binary | 10110000 | 10010010 | 1111000 | 0 | 10001 | 100000 | 11111 | 11100 | 11010 | 111010 |
Color Harmonies of #B09278
Complementary color
Monochromatic Colors of #B09278
Black with #B09278
Text Example
Text Example
White with #B09278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09278; }
p { color: rgb(176,146,120); }
H1.HeaderClassName
{
color: #B09278;
}
.AnyTagClassName
{
color: #B09278;
}
</style>
background-color css
<style>
a { background-color: #B09278; }
a { background-color: rgb(176,146,120); }
div.DivClassName
{
background-color: #B09278;
}
.BgClassName
{
background-color: #B09278;
}
</style>
border-color css
<style>
span { border-color: #B09278; }
span { border-color: rgb(176,146,120); }
td.TdClassName
{
border-color: #B09278;
}
.TagClassName
{
border-color: #B09278;
}
</style>