Shades of Sandrift #B39976
Tints of Sandrift #B39976
RGB
CMYK
RGB Variations
Color information
#B39976 (or 0xB39976) is known color: Sandrift. HEX triplet: B3, 99 and 76. RGB value is (179,153,118). Sum of RGB (Red+Green+Blue) = 179+153+118=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B39976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39976 is #4C6689. Grayscale: #9C9C9C. Windows color (decimal): -5006986 or 7772595. OLE color: 7772595.
HSL color Cylindrical-coordinate representation of color #B39976: hue angle of 34.43º 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 #B39976 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 118 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.30 |
| HSL | 34.43º | 0.29% | 0.58% | - |
| HSV(B) | 34.43º | 0.34% | 0.7% | - |
| XYZ | 33.25 | 33.67 | 21.89 | - |
| YUV | 156.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 118 | 0 | 0.15 | 0.34 | 0.30 | 34.43 | 0.29 | 0.58 |
| Hex | B3 | 99 | 76 | 0 | F | 22 | 1E | 22 | 1D | 3A |
| Octal | 263 | 231 | 166 | 0 | 17 | 42 | 36 | 42 | 35 | 72 |
| Binary | 10110011 | 10011001 | 1110110 | 0 | 1111 | 100010 | 11110 | 100010 | 11101 | 111010 |
Color Harmonies of #B39976
Complementary color
Monochromatic Colors of #B39976
Black with #B39976
Text Example
Text Example
White with #B39976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39976; }
p { color: rgb(179,153,118); }
H1.HeaderClassName
{
color: #B39976;
}
.AnyTagClassName
{
color: #B39976;
}
</style>
background-color css
<style>
a { background-color: #B39976; }
a { background-color: rgb(179,153,118); }
div.DivClassName
{
background-color: #B39976;
}
.BgClassName
{
background-color: #B39976;
}
</style>
border-color css
<style>
span { border-color: #B39976; }
span { border-color: rgb(179,153,118); }
td.TdClassName
{
border-color: #B39976;
}
.TagClassName
{
border-color: #B39976;
}
</style>