Shades of Sandrift #B39A84
Tints of Sandrift #B39A84
RGB
CMYK
RGB Variations
Color information
#B39A84 (or 0xB39A84) is known color: Sandrift. HEX triplet: B3, 9A and 84. RGB value is (179,154,132). Sum of RGB (Red+Green+Blue) = 179+154+132=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A84 is #4C657B. Grayscale: #9F9F9F. Windows color (decimal): -5006716 or 8690355. OLE color: 8690355.
HSL color Cylindrical-coordinate representation of color #B39A84: hue angle of 28.09º 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 #B39A84 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 132 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.30 |
| HSL | 28.09º | 0.24% | 0.61% | - |
| HSV(B) | 28.09º | 0.26% | 0.7% | - |
| XYZ | 34.31 | 34.36 | 26.65 | - |
| YUV | 158.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 132 | 0 | 0.14 | 0.26 | 0.30 | 28.09 | 0.24 | 0.61 |
| Hex | B3 | 9A | 84 | 0 | E | 1A | 1E | 1C | 18 | 3D |
| Octal | 263 | 232 | 204 | 0 | 16 | 32 | 36 | 34 | 30 | 75 |
| Binary | 10110011 | 10011010 | 10000100 | 0 | 1110 | 11010 | 11110 | 11100 | 11000 | 111101 |
Color Harmonies of #B39A84
Complementary color
Monochromatic Colors of #B39A84
Black with #B39A84
Text Example
Text Example
White with #B39A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A84; }
p { color: rgb(179,154,132); }
H1.HeaderClassName
{
color: #B39A84;
}
.AnyTagClassName
{
color: #B39A84;
}
</style>
background-color css
<style>
a { background-color: #B39A84; }
a { background-color: rgb(179,154,132); }
div.DivClassName
{
background-color: #B39A84;
}
.BgClassName
{
background-color: #B39A84;
}
</style>
border-color css
<style>
span { border-color: #B39A84; }
span { border-color: rgb(179,154,132); }
td.TdClassName
{
border-color: #B39A84;
}
.TagClassName
{
border-color: #B39A84;
}
</style>