Shades of Sandrift #B58E78
Tints of Sandrift #B58E78
RGB
CMYK
RGB Variations
Color information
#B58E78 (or 0xB58E78) is known color: Sandrift. HEX triplet: B5, 8E and 78. RGB value is (181,142,120). Sum of RGB (Red+Green+Blue) = 181+142+120=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E78 is #4A7187. Grayscale: #979797. Windows color (decimal): -4878728 or 7900853. OLE color: 7900853.
HSL color Cylindrical-coordinate representation of color #B58E78: hue angle of 21.64º degrees, saturation: 0.29, 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 #B58E78 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 120 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.29 |
| HSL | 21.64º | 0.29% | 0.59% | - |
| HSV(B) | 21.64º | 0.34% | 0.71% | - |
| XYZ | 32.12 | 30.53 | 21.97 | - |
| YUV | 151.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 120 | 0 | 0.22 | 0.34 | 0.29 | 21.64 | 0.29 | 0.59 |
| Hex | B5 | 8E | 78 | 0 | 16 | 22 | 1D | 16 | 1D | 3B |
| Octal | 265 | 216 | 170 | 0 | 26 | 42 | 35 | 26 | 35 | 73 |
| Binary | 10110101 | 10001110 | 1111000 | 0 | 10110 | 100010 | 11101 | 10110 | 11101 | 111011 |
Color Harmonies of #B58E78
Complementary color
Monochromatic Colors of #B58E78
Black with #B58E78
Text Example
Text Example
White with #B58E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E78; }
p { color: rgb(181,142,120); }
H1.HeaderClassName
{
color: #B58E78;
}
.AnyTagClassName
{
color: #B58E78;
}
</style>
background-color css
<style>
a { background-color: #B58E78; }
a { background-color: rgb(181,142,120); }
div.DivClassName
{
background-color: #B58E78;
}
.BgClassName
{
background-color: #B58E78;
}
</style>
border-color css
<style>
span { border-color: #B58E78; }
span { border-color: rgb(181,142,120); }
td.TdClassName
{
border-color: #B58E78;
}
.TagClassName
{
border-color: #B58E78;
}
</style>