Shades of Sandrift #B39070
Tints of Sandrift #B39070
RGB
CMYK
RGB Variations
Color information
#B39070 (or 0xB39070) is known color: Sandrift. HEX triplet: B3, 90 and 70. RGB value is (179,144,112). Sum of RGB (Red+Green+Blue) = 179+144+112=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B39070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39070 is #4C6F8F. Grayscale: #969696. Windows color (decimal): -5009296 or 7377075. OLE color: 7377075.
HSL color Cylindrical-coordinate representation of color #B39070: hue angle of 28.66º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39070 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 112 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.30 |
| HSL | 28.66º | 0.31% | 0.57% | - |
| HSV(B) | 28.66º | 0.37% | 0.7% | - |
| XYZ | 31.49 | 30.7 | 19.6 | - |
| YUV | 150.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 112 | 0 | 0.20 | 0.37 | 0.30 | 28.66 | 0.31 | 0.57 |
| Hex | B3 | 90 | 70 | 0 | 14 | 25 | 1E | 1D | 1F | 39 |
| Octal | 263 | 220 | 160 | 0 | 24 | 45 | 36 | 35 | 37 | 71 |
| Binary | 10110011 | 10010000 | 1110000 | 0 | 10100 | 100101 | 11110 | 11101 | 11111 | 111001 |
Color Harmonies of #B39070
Complementary color
Monochromatic Colors of #B39070
Black with #B39070
Text Example
Text Example
White with #B39070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39070; }
p { color: rgb(179,144,112); }
H1.HeaderClassName
{
color: #B39070;
}
.AnyTagClassName
{
color: #B39070;
}
</style>
background-color css
<style>
a { background-color: #B39070; }
a { background-color: rgb(179,144,112); }
div.DivClassName
{
background-color: #B39070;
}
.BgClassName
{
background-color: #B39070;
}
</style>
border-color css
<style>
span { border-color: #B39070; }
span { border-color: rgb(179,144,112); }
td.TdClassName
{
border-color: #B39070;
}
.TagClassName
{
border-color: #B39070;
}
</style>