Shades of Sandrift #B39674
Tints of Sandrift #B39674
RGB
CMYK
RGB Variations
Color information
#B39674 (or 0xB39674) is known color: Sandrift. HEX triplet: B3, 96 and 74. RGB value is (179,150,116). Sum of RGB (Red+Green+Blue) = 179+150+116=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39674 is #4C698B. Grayscale: #9A9A9A. Windows color (decimal): -5007756 or 7640755. OLE color: 7640755.
HSL color Cylindrical-coordinate representation of color #B39674: hue angle of 32.38º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B39674 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 116 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.30 |
| HSL | 32.38º | 0.29% | 0.58% | - |
| HSV(B) | 32.38º | 0.35% | 0.7% | - |
| XYZ | 32.65 | 32.66 | 21.11 | - |
| YUV | 154.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 116 | 0 | 0.16 | 0.35 | 0.30 | 32.38 | 0.29 | 0.58 |
| Hex | B3 | 96 | 74 | 0 | 10 | 23 | 1E | 20 | 1D | 3A |
| Octal | 263 | 226 | 164 | 0 | 20 | 43 | 36 | 40 | 35 | 72 |
| Binary | 10110011 | 10010110 | 1110100 | 0 | 10000 | 100011 | 11110 | 100000 | 11101 | 111010 |
Color Harmonies of #B39674
Complementary color
Monochromatic Colors of #B39674
Black with #B39674
Text Example
Text Example
White with #B39674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39674; }
p { color: rgb(179,150,116); }
H1.HeaderClassName
{
color: #B39674;
}
.AnyTagClassName
{
color: #B39674;
}
</style>
background-color css
<style>
a { background-color: #B39674; }
a { background-color: rgb(179,150,116); }
div.DivClassName
{
background-color: #B39674;
}
.BgClassName
{
background-color: #B39674;
}
</style>
border-color css
<style>
span { border-color: #B39674; }
span { border-color: rgb(179,150,116); }
td.TdClassName
{
border-color: #B39674;
}
.TagClassName
{
border-color: #B39674;
}
</style>