Shades of Sandrift #B09179
Tints of Sandrift #B09179
RGB
CMYK
RGB Variations
Color information
#B09179 (or 0xB09179) is known color: Sandrift. HEX triplet: B0, 91 and 79. RGB value is (176,145,121). Sum of RGB (Red+Green+Blue) = 176+145+121=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09179 is #4F6E86. Grayscale: #979797. Windows color (decimal): -5205639 or 7967152. OLE color: 7967152.
HSL color Cylindrical-coordinate representation of color #B09179: hue angle of 26.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09179 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 121 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.31 |
| HSL | 26.18º | 0.26% | 0.58% | - |
| HSV(B) | 26.18º | 0.31% | 0.69% | - |
| XYZ | 31.48 | 30.86 | 22.39 | - |
| YUV | 151.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 121 | 0 | 0.18 | 0.31 | 0.31 | 26.18 | 0.26 | 0.58 |
| Hex | B0 | 91 | 79 | 0 | 12 | 1F | 1F | 1A | 1A | 3A |
| Octal | 260 | 221 | 171 | 0 | 22 | 37 | 37 | 32 | 32 | 72 |
| Binary | 10110000 | 10010001 | 1111001 | 0 | 10010 | 11111 | 11111 | 11010 | 11010 | 111010 |
Color Harmonies of #B09179
Complementary color
Monochromatic Colors of #B09179
Black with #B09179
Text Example
Text Example
White with #B09179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09179; }
p { color: rgb(176,145,121); }
H1.HeaderClassName
{
color: #B09179;
}
.AnyTagClassName
{
color: #B09179;
}
</style>
background-color css
<style>
a { background-color: #B09179; }
a { background-color: rgb(176,145,121); }
div.DivClassName
{
background-color: #B09179;
}
.BgClassName
{
background-color: #B09179;
}
</style>
border-color css
<style>
span { border-color: #B09179; }
span { border-color: rgb(176,145,121); }
td.TdClassName
{
border-color: #B09179;
}
.TagClassName
{
border-color: #B09179;
}
</style>