Shades of Sandrift #B39776
Tints of Sandrift #B39776
RGB
CMYK
RGB Variations
Color information
#B39776 (or 0xB39776) is known color: Sandrift. HEX triplet: B3, 97 and 76. RGB value is (179,151,118). Sum of RGB (Red+Green+Blue) = 179+151+118=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B39776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39776 is #4C6889. Grayscale: #9B9B9B. Windows color (decimal): -5007498 or 7772083. OLE color: 7772083.
HSL color Cylindrical-coordinate representation of color #B39776: hue angle of 32.46º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39776 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 118 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.30 |
| HSL | 32.46º | 0.29% | 0.58% | - |
| HSV(B) | 32.46º | 0.34% | 0.7% | - |
| XYZ | 32.93 | 33.02 | 21.78 | - |
| YUV | 155.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 118 | 0 | 0.16 | 0.34 | 0.30 | 32.46 | 0.29 | 0.58 |
| Hex | B3 | 97 | 76 | 0 | 10 | 22 | 1E | 20 | 1D | 3A |
| Octal | 263 | 227 | 166 | 0 | 20 | 42 | 36 | 40 | 35 | 72 |
| Binary | 10110011 | 10010111 | 1110110 | 0 | 10000 | 100010 | 11110 | 100000 | 11101 | 111010 |
Color Harmonies of #B39776
Complementary color
Monochromatic Colors of #B39776
Black with #B39776
Text Example
Text Example
White with #B39776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39776; }
p { color: rgb(179,151,118); }
H1.HeaderClassName
{
color: #B39776;
}
.AnyTagClassName
{
color: #B39776;
}
</style>
background-color css
<style>
a { background-color: #B39776; }
a { background-color: rgb(179,151,118); }
div.DivClassName
{
background-color: #B39776;
}
.BgClassName
{
background-color: #B39776;
}
</style>
border-color css
<style>
span { border-color: #B39776; }
span { border-color: rgb(179,151,118); }
td.TdClassName
{
border-color: #B39776;
}
.TagClassName
{
border-color: #B39776;
}
</style>