Shades of Sandrift #B39C84
Tints of Sandrift #B39C84
RGB
CMYK
RGB Variations
Color information
#B39C84 (or 0xB39C84) is known color: Sandrift. HEX triplet: B3, 9C and 84. RGB value is (179,156,132). Sum of RGB (Red+Green+Blue) = 179+156+132=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C84 is #4C637B. Grayscale: #A0A0A0. Windows color (decimal): -5006204 or 8690867. OLE color: 8690867.
HSL color Cylindrical-coordinate representation of color #B39C84: hue angle of 30.64º degrees, saturation: 0.24, 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 #B39C84 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 132 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.30 |
| HSL | 30.64º | 0.24% | 0.61% | - |
| HSV(B) | 30.64º | 0.26% | 0.7% | - |
| XYZ | 34.64 | 35.03 | 26.76 | - |
| YUV | 160.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 132 | 0 | 0.13 | 0.26 | 0.30 | 30.64 | 0.24 | 0.61 |
| Hex | B3 | 9C | 84 | 0 | D | 1A | 1E | 1F | 18 | 3D |
| Octal | 263 | 234 | 204 | 0 | 15 | 32 | 36 | 37 | 30 | 75 |
| Binary | 10110011 | 10011100 | 10000100 | 0 | 1101 | 11010 | 11110 | 11111 | 11000 | 111101 |
Color Harmonies of #B39C84
Complementary color
Monochromatic Colors of #B39C84
Black with #B39C84
Text Example
Text Example
White with #B39C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C84; }
p { color: rgb(179,156,132); }
H1.HeaderClassName
{
color: #B39C84;
}
.AnyTagClassName
{
color: #B39C84;
}
</style>
background-color css
<style>
a { background-color: #B39C84; }
a { background-color: rgb(179,156,132); }
div.DivClassName
{
background-color: #B39C84;
}
.BgClassName
{
background-color: #B39C84;
}
</style>
border-color css
<style>
span { border-color: #B39C84; }
span { border-color: rgb(179,156,132); }
td.TdClassName
{
border-color: #B39C84;
}
.TagClassName
{
border-color: #B39C84;
}
</style>