Shades of Sandrift #B59379
Tints of Sandrift #B59379
RGB
CMYK
RGB Variations
Color information
#B59379 (or 0xB59379) is known color: Sandrift. HEX triplet: B5, 93 and 79. RGB value is (181,147,121). Sum of RGB (Red+Green+Blue) = 181+147+121=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B59379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59379 is #4A6C86. Grayscale: #9A9A9A. Windows color (decimal): -4877447 or 7967669. OLE color: 7967669.
HSL color Cylindrical-coordinate representation of color #B59379: hue angle of 26º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59379 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 121 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.29 |
| HSL | 26º | 0.29% | 0.59% | - |
| HSV(B) | 26º | 0.33% | 0.71% | - |
| XYZ | 32.94 | 32.07 | 22.54 | - |
| YUV | 154.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 121 | 0 | 0.19 | 0.33 | 0.29 | 26 | 0.29 | 0.59 |
| Hex | B5 | 93 | 79 | 0 | 13 | 21 | 1D | 1A | 1D | 3B |
| Octal | 265 | 223 | 171 | 0 | 23 | 41 | 35 | 32 | 35 | 73 |
| Binary | 10110101 | 10010011 | 1111001 | 0 | 10011 | 100001 | 11101 | 11010 | 11101 | 111011 |
Color Harmonies of #B59379
Complementary color
Monochromatic Colors of #B59379
Black with #B59379
Text Example
Text Example
White with #B59379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59379; }
p { color: rgb(181,147,121); }
H1.HeaderClassName
{
color: #B59379;
}
.AnyTagClassName
{
color: #B59379;
}
</style>
background-color css
<style>
a { background-color: #B59379; }
a { background-color: rgb(181,147,121); }
div.DivClassName
{
background-color: #B59379;
}
.BgClassName
{
background-color: #B59379;
}
</style>
border-color css
<style>
span { border-color: #B59379; }
span { border-color: rgb(181,147,121); }
td.TdClassName
{
border-color: #B59379;
}
.TagClassName
{
border-color: #B59379;
}
</style>