Shades of Sandrift #B39A81
Tints of Sandrift #B39A81
RGB
CMYK
RGB Variations
Color information
#B39A81 (or 0xB39A81) is known color: Sandrift. HEX triplet: B3, 9A and 81. RGB value is (179,154,129). Sum of RGB (Red+Green+Blue) = 179+154+129=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A81 is #4C657E. Grayscale: #9E9E9E. Windows color (decimal): -5006719 or 8493747. OLE color: 8493747.
HSL color Cylindrical-coordinate representation of color #B39A81: hue angle of 30º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39A81 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 129 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.30 |
| HSL | 30º | 0.25% | 0.6% | - |
| HSV(B) | 30º | 0.28% | 0.7% | - |
| XYZ | 34.11 | 34.28 | 25.59 | - |
| YUV | 158.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 129 | 0 | 0.14 | 0.28 | 0.30 | 30 | 0.25 | 0.6 |
| Hex | B3 | 9A | 81 | 0 | E | 1C | 1E | 1E | 19 | 3C |
| Octal | 263 | 232 | 201 | 0 | 16 | 34 | 36 | 36 | 31 | 74 |
| Binary | 10110011 | 10011010 | 10000001 | 0 | 1110 | 11100 | 11110 | 11110 | 11001 | 111100 |
Color Harmonies of #B39A81
Complementary color
Monochromatic Colors of #B39A81
Black with #B39A81
Text Example
Text Example
White with #B39A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A81; }
p { color: rgb(179,154,129); }
H1.HeaderClassName
{
color: #B39A81;
}
.AnyTagClassName
{
color: #B39A81;
}
</style>
background-color css
<style>
a { background-color: #B39A81; }
a { background-color: rgb(179,154,129); }
div.DivClassName
{
background-color: #B39A81;
}
.BgClassName
{
background-color: #B39A81;
}
</style>
border-color css
<style>
span { border-color: #B39A81; }
span { border-color: rgb(179,154,129); }
td.TdClassName
{
border-color: #B39A81;
}
.TagClassName
{
border-color: #B39A81;
}
</style>