Shades of Sandrift #B09078
Tints of Sandrift #B09078
RGB
CMYK
RGB Variations
Color information
#B09078 (or 0xB09078) is known color: Sandrift. HEX triplet: B0, 90 and 78. RGB value is (176,144,120). Sum of RGB (Red+Green+Blue) = 176+144+120=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09078 is #4F6F87. Grayscale: #969696. Windows color (decimal): -5205896 or 7901360. OLE color: 7901360.
HSL color Cylindrical-coordinate representation of color #B09078: hue angle of 25.71º 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 #B09078 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 120 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.31 |
| HSL | 25.71º | 0.26% | 0.58% | - |
| HSV(B) | 25.71º | 0.32% | 0.69% | - |
| XYZ | 31.27 | 30.53 | 22.01 | - |
| YUV | 150.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 120 | 0 | 0.18 | 0.32 | 0.31 | 25.71 | 0.26 | 0.58 |
| Hex | B0 | 90 | 78 | 0 | 12 | 20 | 1F | 1A | 1A | 3A |
| Octal | 260 | 220 | 170 | 0 | 22 | 40 | 37 | 32 | 32 | 72 |
| Binary | 10110000 | 10010000 | 1111000 | 0 | 10010 | 100000 | 11111 | 11010 | 11010 | 111010 |
Color Harmonies of #B09078
Complementary color
Monochromatic Colors of #B09078
Black with #B09078
Text Example
Text Example
White with #B09078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09078; }
p { color: rgb(176,144,120); }
H1.HeaderClassName
{
color: #B09078;
}
.AnyTagClassName
{
color: #B09078;
}
</style>
background-color css
<style>
a { background-color: #B09078; }
a { background-color: rgb(176,144,120); }
div.DivClassName
{
background-color: #B09078;
}
.BgClassName
{
background-color: #B09078;
}
</style>
border-color css
<style>
span { border-color: #B09078; }
span { border-color: rgb(176,144,120); }
td.TdClassName
{
border-color: #B09078;
}
.TagClassName
{
border-color: #B09078;
}
</style>