Shades of Sandrift #B59173
Tints of Sandrift #B59173
RGB
CMYK
RGB Variations
Color information
#B59173 (or 0xB59173) is known color: Sandrift. HEX triplet: B5, 91 and 73. RGB value is (181,145,115). Sum of RGB (Red+Green+Blue) = 181+145+115=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59173 is #4A6E8C. Grayscale: #989898. Windows color (decimal): -4877965 or 7573941. OLE color: 7573941.
HSL color Cylindrical-coordinate representation of color #B59173: hue angle of 27.27º 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 #B59173 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 115 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.29 |
| HSL | 27.27º | 0.31% | 0.58% | - |
| HSV(B) | 27.27º | 0.36% | 0.71% | - |
| XYZ | 32.28 | 31.31 | 20.56 | - |
| YUV | 152.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 115 | 0 | 0.20 | 0.36 | 0.29 | 27.27 | 0.31 | 0.58 |
| Hex | B5 | 91 | 73 | 0 | 14 | 24 | 1D | 1B | 1F | 3A |
| Octal | 265 | 221 | 163 | 0 | 24 | 44 | 35 | 33 | 37 | 72 |
| Binary | 10110101 | 10010001 | 1110011 | 0 | 10100 | 100100 | 11101 | 11011 | 11111 | 111010 |
Color Harmonies of #B59173
Complementary color
Monochromatic Colors of #B59173
Black with #B59173
Text Example
Text Example
White with #B59173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59173; }
p { color: rgb(181,145,115); }
H1.HeaderClassName
{
color: #B59173;
}
.AnyTagClassName
{
color: #B59173;
}
</style>
background-color css
<style>
a { background-color: #B59173; }
a { background-color: rgb(181,145,115); }
div.DivClassName
{
background-color: #B59173;
}
.BgClassName
{
background-color: #B59173;
}
</style>
border-color css
<style>
span { border-color: #B59173; }
span { border-color: rgb(181,145,115); }
td.TdClassName
{
border-color: #B59173;
}
.TagClassName
{
border-color: #B59173;
}
</style>