Shades of Fallow #B6A06F
Tints of Fallow #B6A06F
RGB
CMYK
RGB Variations
Color information
#B6A06F (or 0xB6A06F) is known color: Fallow. HEX triplet: B6, A0 and 6F. RGB value is (182,160,111). Sum of RGB (Red+Green+Blue) = 182+160+111=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A06F is #495F90. Grayscale: #A1A1A1. Windows color (decimal): -4808593 or 7315638. OLE color: 7315638.
HSL color Cylindrical-coordinate representation of color #B6A06F: hue angle of 41.41º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6A06F is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 111 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.29 |
| HSL | 41.41º | 0.33% | 0.57% | - |
| HSV(B) | 41.41º | 0.39% | 0.71% | - |
| XYZ | 34.73 | 36.23 | 20.2 | - |
| YUV | 160.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 111 | 0 | 0.12 | 0.39 | 0.29 | 41.41 | 0.33 | 0.57 |
| Hex | B6 | A0 | 6F | 0 | C | 27 | 1D | 29 | 21 | 39 |
| Octal | 266 | 240 | 157 | 0 | 14 | 47 | 35 | 51 | 41 | 71 |
| Binary | 10110110 | 10100000 | 1101111 | 0 | 1100 | 100111 | 11101 | 101001 | 100001 | 111001 |
Color Harmonies of #B6A06F
Complementary color
Monochromatic Colors of #B6A06F
Black with #B6A06F
Text Example
Text Example
White with #B6A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A06F; }
p { color: rgb(182,160,111); }
H1.HeaderClassName
{
color: #B6A06F;
}
.AnyTagClassName
{
color: #B6A06F;
}
</style>
background-color css
<style>
a { background-color: #B6A06F; }
a { background-color: rgb(182,160,111); }
div.DivClassName
{
background-color: #B6A06F;
}
.BgClassName
{
background-color: #B6A06F;
}
</style>
border-color css
<style>
span { border-color: #B6A06F; }
span { border-color: rgb(182,160,111); }
td.TdClassName
{
border-color: #B6A06F;
}
.TagClassName
{
border-color: #B6A06F;
}
</style>