Shades of Sandrift #B59277
Tints of Sandrift #B59277
RGB
CMYK
RGB Variations
Color information
#B59277 (or 0xB59277) is known color: Sandrift. HEX triplet: B5, 92 and 77. RGB value is (181,146,119). Sum of RGB (Red+Green+Blue) = 181+146+119=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B59277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59277 is #4A6D88. Grayscale: #999999. Windows color (decimal): -4877705 or 7836341. OLE color: 7836341.
HSL color Cylindrical-coordinate representation of color #B59277: hue angle of 26.13º 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 #B59277 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 119 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.29 |
| HSL | 26.13º | 0.3% | 0.59% | - |
| HSV(B) | 26.13º | 0.34% | 0.71% | - |
| XYZ | 32.66 | 31.71 | 21.85 | - |
| YUV | 153.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 119 | 0 | 0.19 | 0.34 | 0.29 | 26.13 | 0.3 | 0.59 |
| Hex | B5 | 92 | 77 | 0 | 13 | 22 | 1D | 1A | 1E | 3B |
| Octal | 265 | 222 | 167 | 0 | 23 | 42 | 35 | 32 | 36 | 73 |
| Binary | 10110101 | 10010010 | 1110111 | 0 | 10011 | 100010 | 11101 | 11010 | 11110 | 111011 |
Color Harmonies of #B59277
Complementary color
Monochromatic Colors of #B59277
Black with #B59277
Text Example
Text Example
White with #B59277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59277; }
p { color: rgb(181,146,119); }
H1.HeaderClassName
{
color: #B59277;
}
.AnyTagClassName
{
color: #B59277;
}
</style>
background-color css
<style>
a { background-color: #B59277; }
a { background-color: rgb(181,146,119); }
div.DivClassName
{
background-color: #B59277;
}
.BgClassName
{
background-color: #B59277;
}
</style>
border-color css
<style>
span { border-color: #B59277; }
span { border-color: rgb(181,146,119); }
td.TdClassName
{
border-color: #B59277;
}
.TagClassName
{
border-color: #B59277;
}
</style>