Shades of Sandrift #B58D76
Tints of Sandrift #B58D76
RGB
CMYK
RGB Variations
Color information
#B58D76 (or 0xB58D76) is known color: Sandrift. HEX triplet: B5, 8D and 76. RGB value is (181,141,118). Sum of RGB (Red+Green+Blue) = 181+141+118=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D76 is #4A7289. Grayscale: #969696. Windows color (decimal): -4878986 or 7769525. OLE color: 7769525.
HSL color Cylindrical-coordinate representation of color #B58D76: hue angle of 21.9º 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 #B58D76 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 118 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.29 |
| HSL | 21.9º | 0.3% | 0.59% | - |
| HSV(B) | 21.9º | 0.35% | 0.71% | - |
| XYZ | 31.85 | 30.18 | 21.29 | - |
| YUV | 150.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 118 | 0 | 0.22 | 0.35 | 0.29 | 21.9 | 0.3 | 0.59 |
| Hex | B5 | 8D | 76 | 0 | 16 | 23 | 1D | 16 | 1E | 3B |
| Octal | 265 | 215 | 166 | 0 | 26 | 43 | 35 | 26 | 36 | 73 |
| Binary | 10110101 | 10001101 | 1110110 | 0 | 10110 | 100011 | 11101 | 10110 | 11110 | 111011 |
Color Harmonies of #B58D76
Complementary color
Monochromatic Colors of #B58D76
Black with #B58D76
Text Example
Text Example
White with #B58D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D76; }
p { color: rgb(181,141,118); }
H1.HeaderClassName
{
color: #B58D76;
}
.AnyTagClassName
{
color: #B58D76;
}
</style>
background-color css
<style>
a { background-color: #B58D76; }
a { background-color: rgb(181,141,118); }
div.DivClassName
{
background-color: #B58D76;
}
.BgClassName
{
background-color: #B58D76;
}
</style>
border-color css
<style>
span { border-color: #B58D76; }
span { border-color: rgb(181,141,118); }
td.TdClassName
{
border-color: #B58D76;
}
.TagClassName
{
border-color: #B58D76;
}
</style>