Shades of Sandrift #B59477
Tints of Sandrift #B59477
RGB
CMYK
RGB Variations
Color information
#B59477 (or 0xB59477) is known color: Sandrift. HEX triplet: B5, 94 and 77. RGB value is (181,148,119). Sum of RGB (Red+Green+Blue) = 181+148+119=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B59477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59477 is #4A6B88. Grayscale: #9A9A9A. Windows color (decimal): -4877193 or 7836853. OLE color: 7836853.
HSL color Cylindrical-coordinate representation of color #B59477: hue angle of 28.06º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59477 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 119 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.29 |
| HSL | 28.06º | 0.3% | 0.59% | - |
| HSV(B) | 28.06º | 0.34% | 0.71% | - |
| XYZ | 32.98 | 32.34 | 21.96 | - |
| YUV | 154.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 119 | 0 | 0.18 | 0.34 | 0.29 | 28.06 | 0.3 | 0.59 |
| Hex | B5 | 94 | 77 | 0 | 12 | 22 | 1D | 1C | 1E | 3B |
| Octal | 265 | 224 | 167 | 0 | 22 | 42 | 35 | 34 | 36 | 73 |
| Binary | 10110101 | 10010100 | 1110111 | 0 | 10010 | 100010 | 11101 | 11100 | 11110 | 111011 |
Color Harmonies of #B59477
Complementary color
Monochromatic Colors of #B59477
Black with #B59477
Text Example
Text Example
White with #B59477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59477; }
p { color: rgb(181,148,119); }
H1.HeaderClassName
{
color: #B59477;
}
.AnyTagClassName
{
color: #B59477;
}
</style>
background-color css
<style>
a { background-color: #B59477; }
a { background-color: rgb(181,148,119); }
div.DivClassName
{
background-color: #B59477;
}
.BgClassName
{
background-color: #B59477;
}
</style>
border-color css
<style>
span { border-color: #B59477; }
span { border-color: rgb(181,148,119); }
td.TdClassName
{
border-color: #B59477;
}
.TagClassName
{
border-color: #B59477;
}
</style>