Shades of Sandrift #B59A76
Tints of Sandrift #B59A76
RGB
CMYK
RGB Variations
Color information
#B59A76 (or 0xB59A76) is known color: Sandrift. HEX triplet: B5, 9A and 76. RGB value is (181,154,118). Sum of RGB (Red+Green+Blue) = 181+154+118=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A76 is #4A6589. Grayscale: #9E9E9E. Windows color (decimal): -4875658 or 7772853. OLE color: 7772853.
HSL color Cylindrical-coordinate representation of color #B59A76: hue angle of 34.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B59A76 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 118 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.29 |
| HSL | 34.29º | 0.3% | 0.59% | - |
| HSV(B) | 34.29º | 0.35% | 0.71% | - |
| XYZ | 33.88 | 34.24 | 21.96 | - |
| YUV | 157.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 118 | 0 | 0.15 | 0.35 | 0.29 | 34.29 | 0.3 | 0.59 |
| Hex | B5 | 9A | 76 | 0 | F | 23 | 1D | 22 | 1E | 3B |
| Octal | 265 | 232 | 166 | 0 | 17 | 43 | 35 | 42 | 36 | 73 |
| Binary | 10110101 | 10011010 | 1110110 | 0 | 1111 | 100011 | 11101 | 100010 | 11110 | 111011 |
Color Harmonies of #B59A76
Complementary color
Monochromatic Colors of #B59A76
Black with #B59A76
Text Example
Text Example
White with #B59A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A76; }
p { color: rgb(181,154,118); }
H1.HeaderClassName
{
color: #B59A76;
}
.AnyTagClassName
{
color: #B59A76;
}
</style>
background-color css
<style>
a { background-color: #B59A76; }
a { background-color: rgb(181,154,118); }
div.DivClassName
{
background-color: #B59A76;
}
.BgClassName
{
background-color: #B59A76;
}
</style>
border-color css
<style>
span { border-color: #B59A76; }
span { border-color: rgb(181,154,118); }
td.TdClassName
{
border-color: #B59A76;
}
.TagClassName
{
border-color: #B59A76;
}
</style>