Shades of Sandrift #B39075
Tints of Sandrift #B39075
RGB
CMYK
RGB Variations
Color information
#B39075 (or 0xB39075) is known color: Sandrift. HEX triplet: B3, 90 and 75. RGB value is (179,144,117). Sum of RGB (Red+Green+Blue) = 179+144+117=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39075 is #4C6F8A. Grayscale: #979797. Windows color (decimal): -5009291 or 7704755. OLE color: 7704755.
HSL color Cylindrical-coordinate representation of color #B39075: hue angle of 26.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B39075 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 117 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.30 |
| HSL | 26.13º | 0.29% | 0.58% | - |
| HSV(B) | 26.13º | 0.35% | 0.7% | - |
| XYZ | 31.77 | 30.81 | 21.1 | - |
| YUV | 151.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 117 | 0 | 0.20 | 0.35 | 0.30 | 26.13 | 0.29 | 0.58 |
| Hex | B3 | 90 | 75 | 0 | 14 | 23 | 1E | 1A | 1D | 3A |
| Octal | 263 | 220 | 165 | 0 | 24 | 43 | 36 | 32 | 35 | 72 |
| Binary | 10110011 | 10010000 | 1110101 | 0 | 10100 | 100011 | 11110 | 11010 | 11101 | 111010 |
Color Harmonies of #B39075
Complementary color
Monochromatic Colors of #B39075
Black with #B39075
Text Example
Text Example
White with #B39075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39075; }
p { color: rgb(179,144,117); }
H1.HeaderClassName
{
color: #B39075;
}
.AnyTagClassName
{
color: #B39075;
}
</style>
background-color css
<style>
a { background-color: #B39075; }
a { background-color: rgb(179,144,117); }
div.DivClassName
{
background-color: #B39075;
}
.BgClassName
{
background-color: #B39075;
}
</style>
border-color css
<style>
span { border-color: #B39075; }
span { border-color: rgb(179,144,117); }
td.TdClassName
{
border-color: #B39075;
}
.TagClassName
{
border-color: #B39075;
}
</style>