Shades of Sandrift #B58A71
Tints of Sandrift #B58A71
RGB
CMYK
RGB Variations
Color information
#B58A71 (or 0xB58A71) is known color: Sandrift. HEX triplet: B5, 8A and 71. RGB value is (181,138,113). Sum of RGB (Red+Green+Blue) = 181+138+113=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A71 is #4A758E. Grayscale: #949494. Windows color (decimal): -4879759 or 7441077. OLE color: 7441077.
HSL color Cylindrical-coordinate representation of color #B58A71: hue angle of 22.06º 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 #B58A71 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 113 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.29 |
| HSL | 22.06º | 0.31% | 0.58% | - |
| HSV(B) | 22.06º | 0.38% | 0.71% | - |
| XYZ | 31.13 | 29.19 | 19.62 | - |
| YUV | 148.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 113 | 0 | 0.24 | 0.38 | 0.29 | 22.06 | 0.31 | 0.58 |
| Hex | B5 | 8A | 71 | 0 | 18 | 26 | 1D | 16 | 1F | 3A |
| Octal | 265 | 212 | 161 | 0 | 30 | 46 | 35 | 26 | 37 | 72 |
| Binary | 10110101 | 10001010 | 1110001 | 0 | 11000 | 100110 | 11101 | 10110 | 11111 | 111010 |
Color Harmonies of #B58A71
Complementary color
Monochromatic Colors of #B58A71
Black with #B58A71
Text Example
Text Example
White with #B58A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A71; }
p { color: rgb(181,138,113); }
H1.HeaderClassName
{
color: #B58A71;
}
.AnyTagClassName
{
color: #B58A71;
}
</style>
background-color css
<style>
a { background-color: #B58A71; }
a { background-color: rgb(181,138,113); }
div.DivClassName
{
background-color: #B58A71;
}
.BgClassName
{
background-color: #B58A71;
}
</style>
border-color css
<style>
span { border-color: #B58A71; }
span { border-color: rgb(181,138,113); }
td.TdClassName
{
border-color: #B58A71;
}
.TagClassName
{
border-color: #B58A71;
}
</style>