Shades of Sandrift #B58D6F
Tints of Sandrift #B58D6F
RGB
CMYK
RGB Variations
Color information
#B58D6F (or 0xB58D6F) is known color: Sandrift. HEX triplet: B5, 8D and 6F. RGB value is (181,141,111). Sum of RGB (Red+Green+Blue) = 181+141+111=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D6F is #4A7290. Grayscale: #959595. Windows color (decimal): -4878993 or 7310773. OLE color: 7310773.
HSL color Cylindrical-coordinate representation of color #B58D6F: hue angle of 25.71º 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 #B58D6F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 111 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.29 |
| HSL | 25.71º | 0.32% | 0.57% | - |
| HSV(B) | 25.71º | 0.39% | 0.71% | - |
| XYZ | 31.45 | 30.02 | 19.18 | - |
| YUV | 149.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 111 | 0 | 0.22 | 0.39 | 0.29 | 25.71 | 0.32 | 0.57 |
| Hex | B5 | 8D | 6F | 0 | 16 | 27 | 1D | 1A | 20 | 39 |
| Octal | 265 | 215 | 157 | 0 | 26 | 47 | 35 | 32 | 40 | 71 |
| Binary | 10110101 | 10001101 | 1101111 | 0 | 10110 | 100111 | 11101 | 11010 | 100000 | 111001 |
Color Harmonies of #B58D6F
Complementary color
Monochromatic Colors of #B58D6F
Black with #B58D6F
Text Example
Text Example
White with #B58D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D6F; }
p { color: rgb(181,141,111); }
H1.HeaderClassName
{
color: #B58D6F;
}
.AnyTagClassName
{
color: #B58D6F;
}
</style>
background-color css
<style>
a { background-color: #B58D6F; }
a { background-color: rgb(181,141,111); }
div.DivClassName
{
background-color: #B58D6F;
}
.BgClassName
{
background-color: #B58D6F;
}
</style>
border-color css
<style>
span { border-color: #B58D6F; }
span { border-color: rgb(181,141,111); }
td.TdClassName
{
border-color: #B58D6F;
}
.TagClassName
{
border-color: #B58D6F;
}
</style>