Shades of Sandrift #B59673
Tints of Sandrift #B59673
RGB
CMYK
RGB Variations
Color information
#B59673 (or 0xB59673) is known color: Sandrift. HEX triplet: B5, 96 and 73. RGB value is (181,150,115). Sum of RGB (Red+Green+Blue) = 181+150+115=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B59673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59673 is #4A698C. Grayscale: #9B9B9B. Windows color (decimal): -4876685 or 7575221. OLE color: 7575221.
HSL color Cylindrical-coordinate representation of color #B59673: hue angle of 31.82º 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 #B59673 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 115 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.29 |
| HSL | 31.82º | 0.31% | 0.58% | - |
| HSV(B) | 31.82º | 0.36% | 0.71% | - |
| XYZ | 33.06 | 32.87 | 20.82 | - |
| YUV | 155.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 115 | 0 | 0.17 | 0.36 | 0.29 | 31.82 | 0.31 | 0.58 |
| Hex | B5 | 96 | 73 | 0 | 11 | 24 | 1D | 20 | 1F | 3A |
| Octal | 265 | 226 | 163 | 0 | 21 | 44 | 35 | 40 | 37 | 72 |
| Binary | 10110101 | 10010110 | 1110011 | 0 | 10001 | 100100 | 11101 | 100000 | 11111 | 111010 |
Color Harmonies of #B59673
Complementary color
Monochromatic Colors of #B59673
Black with #B59673
Text Example
Text Example
White with #B59673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59673; }
p { color: rgb(181,150,115); }
H1.HeaderClassName
{
color: #B59673;
}
.AnyTagClassName
{
color: #B59673;
}
</style>
background-color css
<style>
a { background-color: #B59673; }
a { background-color: rgb(181,150,115); }
div.DivClassName
{
background-color: #B59673;
}
.BgClassName
{
background-color: #B59673;
}
</style>
border-color css
<style>
span { border-color: #B59673; }
span { border-color: rgb(181,150,115); }
td.TdClassName
{
border-color: #B59673;
}
.TagClassName
{
border-color: #B59673;
}
</style>