Shades of Sandrift #B58E71
Tints of Sandrift #B58E71
RGB
CMYK
RGB Variations
Color information
#B58E71 (or 0xB58E71) is known color: Sandrift. HEX triplet: B5, 8E and 71. RGB value is (181,142,113). Sum of RGB (Red+Green+Blue) = 181+142+113=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E71 is #4A718E. Grayscale: #969696. Windows color (decimal): -4878735 or 7442101. OLE color: 7442101.
HSL color Cylindrical-coordinate representation of color #B58E71: hue angle of 25.59º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58E71 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 113 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.29 |
| HSL | 25.59º | 0.31% | 0.58% | - |
| HSV(B) | 25.59º | 0.38% | 0.71% | - |
| XYZ | 31.71 | 30.36 | 19.81 | - |
| YUV | 150.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 113 | 0 | 0.22 | 0.38 | 0.29 | 25.59 | 0.31 | 0.58 |
| Hex | B5 | 8E | 71 | 0 | 16 | 26 | 1D | 1A | 1F | 3A |
| Octal | 265 | 216 | 161 | 0 | 26 | 46 | 35 | 32 | 37 | 72 |
| Binary | 10110101 | 10001110 | 1110001 | 0 | 10110 | 100110 | 11101 | 11010 | 11111 | 111010 |
Color Harmonies of #B58E71
Complementary color
Monochromatic Colors of #B58E71
Black with #B58E71
Text Example
Text Example
White with #B58E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E71; }
p { color: rgb(181,142,113); }
H1.HeaderClassName
{
color: #B58E71;
}
.AnyTagClassName
{
color: #B58E71;
}
</style>
background-color css
<style>
a { background-color: #B58E71; }
a { background-color: rgb(181,142,113); }
div.DivClassName
{
background-color: #B58E71;
}
.BgClassName
{
background-color: #B58E71;
}
</style>
border-color css
<style>
span { border-color: #B58E71; }
span { border-color: rgb(181,142,113); }
td.TdClassName
{
border-color: #B58E71;
}
.TagClassName
{
border-color: #B58E71;
}
</style>