Shades of Sandrift #B58D74
Tints of Sandrift #B58D74
RGB
CMYK
RGB Variations
Color information
#B58D74 (or 0xB58D74) is known color: Sandrift. HEX triplet: B5, 8D and 74. RGB value is (181,141,116). Sum of RGB (Red+Green+Blue) = 181+141+116=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D74 is #4A728B. Grayscale: #969696. Windows color (decimal): -4878988 or 7638453. OLE color: 7638453.
HSL color Cylindrical-coordinate representation of color #B58D74: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58D74 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 116 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.29 |
| HSL | 23.08º | 0.31% | 0.58% | - |
| HSV(B) | 23.08º | 0.36% | 0.71% | - |
| XYZ | 31.73 | 30.13 | 20.67 | - |
| YUV | 150.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 116 | 0 | 0.22 | 0.36 | 0.29 | 23.08 | 0.31 | 0.58 |
| Hex | B5 | 8D | 74 | 0 | 16 | 24 | 1D | 17 | 1F | 3A |
| Octal | 265 | 215 | 164 | 0 | 26 | 44 | 35 | 27 | 37 | 72 |
| Binary | 10110101 | 10001101 | 1110100 | 0 | 10110 | 100100 | 11101 | 10111 | 11111 | 111010 |
Color Harmonies of #B58D74
Complementary color
Monochromatic Colors of #B58D74
Black with #B58D74
Text Example
Text Example
White with #B58D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D74; }
p { color: rgb(181,141,116); }
H1.HeaderClassName
{
color: #B58D74;
}
.AnyTagClassName
{
color: #B58D74;
}
</style>
background-color css
<style>
a { background-color: #B58D74; }
a { background-color: rgb(181,141,116); }
div.DivClassName
{
background-color: #B58D74;
}
.BgClassName
{
background-color: #B58D74;
}
</style>
border-color css
<style>
span { border-color: #B58D74; }
span { border-color: rgb(181,141,116); }
td.TdClassName
{
border-color: #B58D74;
}
.TagClassName
{
border-color: #B58D74;
}
</style>