Shades of Sandrift #B58E6E
Tints of Sandrift #B58E6E
RGB
CMYK
RGB Variations
Color information
#B58E6E (or 0xB58E6E) is known color: Sandrift. HEX triplet: B5, 8E and 6E. RGB value is (181,142,110). Sum of RGB (Red+Green+Blue) = 181+142+110=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E6E is #4A7191. Grayscale: #969696. Windows color (decimal): -4878738 or 7245493. OLE color: 7245493.
HSL color Cylindrical-coordinate representation of color #B58E6E: hue angle of 27.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58E6E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 110 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.29 |
| HSL | 27.04º | 0.32% | 0.57% | - |
| HSV(B) | 27.04º | 0.39% | 0.71% | - |
| XYZ | 31.54 | 30.3 | 18.94 | - |
| YUV | 150.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 110 | 0 | 0.22 | 0.39 | 0.29 | 27.04 | 0.32 | 0.57 |
| Hex | B5 | 8E | 6E | 0 | 16 | 27 | 1D | 1B | 20 | 39 |
| Octal | 265 | 216 | 156 | 0 | 26 | 47 | 35 | 33 | 40 | 71 |
| Binary | 10110101 | 10001110 | 1101110 | 0 | 10110 | 100111 | 11101 | 11011 | 100000 | 111001 |
Color Harmonies of #B58E6E
Complementary color
Monochromatic Colors of #B58E6E
Black with #B58E6E
Text Example
Text Example
White with #B58E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E6E; }
p { color: rgb(181,142,110); }
H1.HeaderClassName
{
color: #B58E6E;
}
.AnyTagClassName
{
color: #B58E6E;
}
</style>
background-color css
<style>
a { background-color: #B58E6E; }
a { background-color: rgb(181,142,110); }
div.DivClassName
{
background-color: #B58E6E;
}
.BgClassName
{
background-color: #B58E6E;
}
</style>
border-color css
<style>
span { border-color: #B58E6E; }
span { border-color: rgb(181,142,110); }
td.TdClassName
{
border-color: #B58E6E;
}
.TagClassName
{
border-color: #B58E6E;
}
</style>