Shades of Sandrift #B39781
Tints of Sandrift #B39781
RGB
CMYK
RGB Variations
Color information
#B39781 (or 0xB39781) is known color: Sandrift. HEX triplet: B3, 97 and 81. RGB value is (179,151,129). Sum of RGB (Red+Green+Blue) = 179+151+129=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B39781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39781 is #4C687E. Grayscale: #9C9C9C. Windows color (decimal): -5007487 or 8492979. OLE color: 8492979.
HSL color Cylindrical-coordinate representation of color #B39781: hue angle of 26.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39781 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 129 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.30 |
| HSL | 26.4º | 0.25% | 0.6% | - |
| HSV(B) | 26.4º | 0.28% | 0.7% | - |
| XYZ | 33.62 | 33.3 | 25.42 | - |
| YUV | 156.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 129 | 0 | 0.16 | 0.28 | 0.30 | 26.4 | 0.25 | 0.6 |
| Hex | B3 | 97 | 81 | 0 | 10 | 1C | 1E | 1A | 19 | 3C |
| Octal | 263 | 227 | 201 | 0 | 20 | 34 | 36 | 32 | 31 | 74 |
| Binary | 10110011 | 10010111 | 10000001 | 0 | 10000 | 11100 | 11110 | 11010 | 11001 | 111100 |
Color Harmonies of #B39781
Complementary color
Monochromatic Colors of #B39781
Black with #B39781
Text Example
Text Example
White with #B39781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39781; }
p { color: rgb(179,151,129); }
H1.HeaderClassName
{
color: #B39781;
}
.AnyTagClassName
{
color: #B39781;
}
</style>
background-color css
<style>
a { background-color: #B39781; }
a { background-color: rgb(179,151,129); }
div.DivClassName
{
background-color: #B39781;
}
.BgClassName
{
background-color: #B39781;
}
</style>
border-color css
<style>
span { border-color: #B39781; }
span { border-color: rgb(179,151,129); }
td.TdClassName
{
border-color: #B39781;
}
.TagClassName
{
border-color: #B39781;
}
</style>