Shades of Fallow #B7A16F
Tints of Fallow #B7A16F
RGB
CMYK
RGB Variations
Color information
#B7A16F (or 0xB7A16F) is known color: Fallow. HEX triplet: B7, A1 and 6F. RGB value is (183,161,111). Sum of RGB (Red+Green+Blue) = 183+161+111=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A16F is #485E90. Grayscale: #A2A2A2. Windows color (decimal): -4742801 or 7315895. OLE color: 7315895.
HSL color Cylindrical-coordinate representation of color #B7A16F: hue angle of 41.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7A16F is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 111 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.28 |
| HSL | 41.67º | 0.33% | 0.58% | - |
| HSV(B) | 41.67º | 0.39% | 0.72% | - |
| XYZ | 35.14 | 36.7 | 20.27 | - |
| YUV | 161.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 111 | 0 | 0.12 | 0.39 | 0.28 | 41.67 | 0.33 | 0.58 |
| Hex | B7 | A1 | 6F | 0 | C | 27 | 1C | 2A | 21 | 3A |
| Octal | 267 | 241 | 157 | 0 | 14 | 47 | 34 | 52 | 41 | 72 |
| Binary | 10110111 | 10100001 | 1101111 | 0 | 1100 | 100111 | 11100 | 101010 | 100001 | 111010 |
Color Harmonies of #B7A16F
Complementary color
Monochromatic Colors of #B7A16F
Black with #B7A16F
Text Example
Text Example
White with #B7A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A16F; }
p { color: rgb(183,161,111); }
H1.HeaderClassName
{
color: #B7A16F;
}
.AnyTagClassName
{
color: #B7A16F;
}
</style>
background-color css
<style>
a { background-color: #B7A16F; }
a { background-color: rgb(183,161,111); }
div.DivClassName
{
background-color: #B7A16F;
}
.BgClassName
{
background-color: #B7A16F;
}
</style>
border-color css
<style>
span { border-color: #B7A16F; }
span { border-color: rgb(183,161,111); }
td.TdClassName
{
border-color: #B7A16F;
}
.TagClassName
{
border-color: #B7A16F;
}
</style>