Shades of Fallow #B39A6D
Tints of Fallow #B39A6D
RGB
CMYK
RGB Variations
Color information
#B39A6D (or 0xB39A6D) is known color: Fallow. HEX triplet: B3, 9A and 6D. RGB value is (179,154,109). Sum of RGB (Red+Green+Blue) = 179+154+109=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A6D is #4C6592. Grayscale: #9C9C9C. Windows color (decimal): -5006739 or 7183027. OLE color: 7183027.
HSL color Cylindrical-coordinate representation of color #B39A6D: hue angle of 38.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B39A6D is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 109 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.30 |
| HSL | 38.57º | 0.32% | 0.56% | - |
| HSV(B) | 38.57º | 0.39% | 0.7% | - |
| XYZ | 32.91 | 33.8 | 19.26 | - |
| YUV | 156.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 109 | 0 | 0.14 | 0.39 | 0.30 | 38.57 | 0.32 | 0.56 |
| Hex | B3 | 9A | 6D | 0 | E | 27 | 1E | 27 | 20 | 38 |
| Octal | 263 | 232 | 155 | 0 | 16 | 47 | 36 | 47 | 40 | 70 |
| Binary | 10110011 | 10011010 | 1101101 | 0 | 1110 | 100111 | 11110 | 100111 | 100000 | 111000 |
Color Harmonies of #B39A6D
Complementary color
Monochromatic Colors of #B39A6D
Black with #B39A6D
Text Example
Text Example
White with #B39A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A6D; }
p { color: rgb(179,154,109); }
H1.HeaderClassName
{
color: #B39A6D;
}
.AnyTagClassName
{
color: #B39A6D;
}
</style>
background-color css
<style>
a { background-color: #B39A6D; }
a { background-color: rgb(179,154,109); }
div.DivClassName
{
background-color: #B39A6D;
}
.BgClassName
{
background-color: #B39A6D;
}
</style>
border-color css
<style>
span { border-color: #B39A6D; }
span { border-color: rgb(179,154,109); }
td.TdClassName
{
border-color: #B39A6D;
}
.TagClassName
{
border-color: #B39A6D;
}
</style>