Shades of Fallow #B5A06C
Tints of Fallow #B5A06C
RGB
CMYK
RGB Variations
Color information
#B5A06C (or 0xB5A06C) is known color: Fallow. HEX triplet: B5, A0 and 6C. RGB value is (181,160,108). Sum of RGB (Red+Green+Blue) = 181+160+108=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A06C is #4A5F93. Grayscale: #A0A0A0. Windows color (decimal): -4874132 or 7119029. OLE color: 7119029.
HSL color Cylindrical-coordinate representation of color #B5A06C: hue angle of 42.74º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A06C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 108 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.29 |
| HSL | 42.74º | 0.33% | 0.57% | - |
| HSV(B) | 42.74º | 0.4% | 0.71% | - |
| XYZ | 34.33 | 36.05 | 19.34 | - |
| YUV | 160.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 108 | 0 | 0.12 | 0.40 | 0.29 | 42.74 | 0.33 | 0.57 |
| Hex | B5 | A0 | 6C | 0 | C | 28 | 1D | 2B | 21 | 39 |
| Octal | 265 | 240 | 154 | 0 | 14 | 50 | 35 | 53 | 41 | 71 |
| Binary | 10110101 | 10100000 | 1101100 | 0 | 1100 | 101000 | 11101 | 101011 | 100001 | 111001 |
Color Harmonies of #B5A06C
Complementary color
Monochromatic Colors of #B5A06C
Black with #B5A06C
Text Example
Text Example
White with #B5A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A06C; }
p { color: rgb(181,160,108); }
H1.HeaderClassName
{
color: #B5A06C;
}
.AnyTagClassName
{
color: #B5A06C;
}
</style>
background-color css
<style>
a { background-color: #B5A06C; }
a { background-color: rgb(181,160,108); }
div.DivClassName
{
background-color: #B5A06C;
}
.BgClassName
{
background-color: #B5A06C;
}
</style>
border-color css
<style>
span { border-color: #B5A06C; }
span { border-color: rgb(181,160,108); }
td.TdClassName
{
border-color: #B5A06C;
}
.TagClassName
{
border-color: #B5A06C;
}
</style>