Shades of Sandrift #B39074
Tints of Sandrift #B39074
RGB
CMYK
RGB Variations
Color information
#B39074 (or 0xB39074) is known color: Sandrift. HEX triplet: B3, 90 and 74. RGB value is (179,144,116). Sum of RGB (Red+Green+Blue) = 179+144+116=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B39074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39074 is #4C6F8B. Grayscale: #979797. Windows color (decimal): -5009292 or 7639219. OLE color: 7639219.
HSL color Cylindrical-coordinate representation of color #B39074: hue angle of 26.67º 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 #B39074 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 116 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.30 |
| HSL | 26.67º | 0.29% | 0.58% | - |
| HSV(B) | 26.67º | 0.35% | 0.7% | - |
| XYZ | 31.72 | 30.79 | 20.79 | - |
| YUV | 151.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 116 | 0 | 0.20 | 0.35 | 0.30 | 26.67 | 0.29 | 0.58 |
| Hex | B3 | 90 | 74 | 0 | 14 | 23 | 1E | 1B | 1D | 3A |
| Octal | 263 | 220 | 164 | 0 | 24 | 43 | 36 | 33 | 35 | 72 |
| Binary | 10110011 | 10010000 | 1110100 | 0 | 10100 | 100011 | 11110 | 11011 | 11101 | 111010 |
Color Harmonies of #B39074
Complementary color
Monochromatic Colors of #B39074
Black with #B39074
Text Example
Text Example
White with #B39074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39074; }
p { color: rgb(179,144,116); }
H1.HeaderClassName
{
color: #B39074;
}
.AnyTagClassName
{
color: #B39074;
}
</style>
background-color css
<style>
a { background-color: #B39074; }
a { background-color: rgb(179,144,116); }
div.DivClassName
{
background-color: #B39074;
}
.BgClassName
{
background-color: #B39074;
}
</style>
border-color css
<style>
span { border-color: #B39074; }
span { border-color: rgb(179,144,116); }
td.TdClassName
{
border-color: #B39074;
}
.TagClassName
{
border-color: #B39074;
}
</style>