Shades of Sandrift #B58F77
Tints of Sandrift #B58F77
RGB
CMYK
RGB Variations
Color information
#B58F77 (or 0xB58F77) is known color: Sandrift. HEX triplet: B5, 8F and 77. RGB value is (181,143,119). Sum of RGB (Red+Green+Blue) = 181+143+119=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F77 is #4A7088. Grayscale: #979797. Windows color (decimal): -4878473 or 7835573. OLE color: 7835573.
HSL color Cylindrical-coordinate representation of color #B58F77: hue angle of 23.23º 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 #B58F77 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 119 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.29 |
| HSL | 23.23º | 0.3% | 0.59% | - |
| HSV(B) | 23.23º | 0.34% | 0.71% | - |
| XYZ | 32.21 | 30.8 | 21.7 | - |
| YUV | 151.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 119 | 0 | 0.21 | 0.34 | 0.29 | 23.23 | 0.3 | 0.59 |
| Hex | B5 | 8F | 77 | 0 | 15 | 22 | 1D | 17 | 1E | 3B |
| Octal | 265 | 217 | 167 | 0 | 25 | 42 | 35 | 27 | 36 | 73 |
| Binary | 10110101 | 10001111 | 1110111 | 0 | 10101 | 100010 | 11101 | 10111 | 11110 | 111011 |
Color Harmonies of #B58F77
Complementary color
Monochromatic Colors of #B58F77
Black with #B58F77
Text Example
Text Example
White with #B58F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F77; }
p { color: rgb(181,143,119); }
H1.HeaderClassName
{
color: #B58F77;
}
.AnyTagClassName
{
color: #B58F77;
}
</style>
background-color css
<style>
a { background-color: #B58F77; }
a { background-color: rgb(181,143,119); }
div.DivClassName
{
background-color: #B58F77;
}
.BgClassName
{
background-color: #B58F77;
}
</style>
border-color css
<style>
span { border-color: #B58F77; }
span { border-color: rgb(181,143,119); }
td.TdClassName
{
border-color: #B58F77;
}
.TagClassName
{
border-color: #B58F77;
}
</style>