Shades of Sandrift #B58E75
Tints of Sandrift #B58E75
RGB
CMYK
RGB Variations
Color information
#B58E75 (or 0xB58E75) is known color: Sandrift. HEX triplet: B5, 8E and 75. RGB value is (181,142,117). Sum of RGB (Red+Green+Blue) = 181+142+117=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E75 is #4A718A. Grayscale: #969696. Windows color (decimal): -4878731 or 7704245. OLE color: 7704245.
HSL color Cylindrical-coordinate representation of color #B58E75: hue angle of 23.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58E75 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 117 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.29 |
| HSL | 23.44º | 0.3% | 0.58% | - |
| HSV(B) | 23.44º | 0.35% | 0.71% | - |
| XYZ | 31.94 | 30.45 | 21.02 | - |
| YUV | 150.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 117 | 0 | 0.22 | 0.35 | 0.29 | 23.44 | 0.3 | 0.58 |
| Hex | B5 | 8E | 75 | 0 | 16 | 23 | 1D | 17 | 1E | 3A |
| Octal | 265 | 216 | 165 | 0 | 26 | 43 | 35 | 27 | 36 | 72 |
| Binary | 10110101 | 10001110 | 1110101 | 0 | 10110 | 100011 | 11101 | 10111 | 11110 | 111010 |
Color Harmonies of #B58E75
Complementary color
Monochromatic Colors of #B58E75
Black with #B58E75
Text Example
Text Example
White with #B58E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E75; }
p { color: rgb(181,142,117); }
H1.HeaderClassName
{
color: #B58E75;
}
.AnyTagClassName
{
color: #B58E75;
}
</style>
background-color css
<style>
a { background-color: #B58E75; }
a { background-color: rgb(181,142,117); }
div.DivClassName
{
background-color: #B58E75;
}
.BgClassName
{
background-color: #B58E75;
}
</style>
border-color css
<style>
span { border-color: #B58E75; }
span { border-color: rgb(181,142,117); }
td.TdClassName
{
border-color: #B58E75;
}
.TagClassName
{
border-color: #B58E75;
}
</style>