Shades of Sandrift #B39A85
Tints of Sandrift #B39A85
RGB
CMYK
RGB Variations
Color information
#B39A85 (or 0xB39A85) is known color: Sandrift. HEX triplet: B3, 9A and 85. RGB value is (179,154,133). Sum of RGB (Red+Green+Blue) = 179+154+133=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A85 is #4C657A. Grayscale: #9F9F9F. Windows color (decimal): -5006715 or 8755891. OLE color: 8755891.
HSL color Cylindrical-coordinate representation of color #B39A85: hue angle of 27.39º degrees, saturation: 0.23, 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 #B39A85 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 133 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.30 |
| HSL | 27.39º | 0.23% | 0.61% | - |
| HSV(B) | 27.39º | 0.26% | 0.7% | - |
| XYZ | 34.38 | 34.39 | 27.02 | - |
| YUV | 159.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 133 | 0 | 0.14 | 0.26 | 0.30 | 27.39 | 0.23 | 0.61 |
| Hex | B3 | 9A | 85 | 0 | E | 1A | 1E | 1B | 17 | 3D |
| Octal | 263 | 232 | 205 | 0 | 16 | 32 | 36 | 33 | 27 | 75 |
| Binary | 10110011 | 10011010 | 10000101 | 0 | 1110 | 11010 | 11110 | 11011 | 10111 | 111101 |
Color Harmonies of #B39A85
Complementary color
Monochromatic Colors of #B39A85
Black with #B39A85
Text Example
Text Example
White with #B39A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A85; }
p { color: rgb(179,154,133); }
H1.HeaderClassName
{
color: #B39A85;
}
.AnyTagClassName
{
color: #B39A85;
}
</style>
background-color css
<style>
a { background-color: #B39A85; }
a { background-color: rgb(179,154,133); }
div.DivClassName
{
background-color: #B39A85;
}
.BgClassName
{
background-color: #B39A85;
}
</style>
border-color css
<style>
span { border-color: #B39A85; }
span { border-color: rgb(179,154,133); }
td.TdClassName
{
border-color: #B39A85;
}
.TagClassName
{
border-color: #B39A85;
}
</style>