Shades of Sandrift #B39785
Tints of Sandrift #B39785
RGB
CMYK
RGB Variations
Color information
#B39785 (or 0xB39785) is known color: Sandrift. HEX triplet: B3, 97 and 85. RGB value is (179,151,133). Sum of RGB (Red+Green+Blue) = 179+151+133=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39785 is #4C687A. Grayscale: #9D9D9D. Windows color (decimal): -5007483 or 8755123. OLE color: 8755123.
HSL color Cylindrical-coordinate representation of color #B39785: hue angle of 23.48º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39785 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 133 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.30 |
| HSL | 23.48º | 0.23% | 0.61% | - |
| HSV(B) | 23.48º | 0.26% | 0.7% | - |
| XYZ | 33.89 | 33.41 | 26.85 | - |
| YUV | 157.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 133 | 0 | 0.16 | 0.26 | 0.30 | 23.48 | 0.23 | 0.61 |
| Hex | B3 | 97 | 85 | 0 | 10 | 1A | 1E | 17 | 17 | 3D |
| Octal | 263 | 227 | 205 | 0 | 20 | 32 | 36 | 27 | 27 | 75 |
| Binary | 10110011 | 10010111 | 10000101 | 0 | 10000 | 11010 | 11110 | 10111 | 10111 | 111101 |
Color Harmonies of #B39785
Complementary color
Monochromatic Colors of #B39785
Black with #B39785
Text Example
Text Example
White with #B39785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39785; }
p { color: rgb(179,151,133); }
H1.HeaderClassName
{
color: #B39785;
}
.AnyTagClassName
{
color: #B39785;
}
</style>
background-color css
<style>
a { background-color: #B39785; }
a { background-color: rgb(179,151,133); }
div.DivClassName
{
background-color: #B39785;
}
.BgClassName
{
background-color: #B39785;
}
</style>
border-color css
<style>
span { border-color: #B39785; }
span { border-color: rgb(179,151,133); }
td.TdClassName
{
border-color: #B39785;
}
.TagClassName
{
border-color: #B39785;
}
</style>