Shades of Fallow #B9A571
Tints of Fallow #B9A571
RGB
CMYK
RGB Variations
Color information
#B9A571 (or 0xB9A571) is known color: Fallow. HEX triplet: B9, A5 and 71. RGB value is (185,165,113). Sum of RGB (Red+Green+Blue) = 185+165+113=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A571 is #465A8E. Grayscale: #A5A5A5. Windows color (decimal): -4610703 or 7447993. OLE color: 7447993.
HSL color Cylindrical-coordinate representation of color #B9A571: hue angle of 43.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A571 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 165 | 113 | - |
CMYK | 0 | 0.11 | 0.39 | 0.27 |
HSL | 43.33º | 0.34% | 0.58% | - |
HSV(B) | 43.33º | 0.39% | 0.73% | - |
XYZ | 36.44 | 38.42 | 21.12 | - |
YUV | 165.05 | 98.63 | 142.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 165 | 113 | 0 | 0.11 | 0.39 | 0.27 | 43.33 | 0.34 | 0.58 |
Hex | B9 | A5 | 71 | 0 | B | 27 | 1B | 2B | 22 | 3A |
Octal | 271 | 245 | 161 | 0 | 13 | 47 | 33 | 53 | 42 | 72 |
Binary | 10111001 | 10100101 | 1110001 | 0 | 1011 | 100111 | 11011 | 101011 | 100010 | 111010 |
Color Harmonies of #B9A571
Complementary color
Monochromatic Colors of #B9A571
Black with #B9A571
Text Example
Text Example
White with #B9A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A571; }
p { color: rgb(185,165,113); }
H1.HeaderClassName
{
color: #B9A571;
}
.AnyTagClassName
{
color: #B9A571;
}
</style>
background-color css
<style>
a { background-color: #B9A571; }
a { background-color: rgb(185,165,113); }
div.DivClassName
{
background-color: #B9A571;
}
.BgClassName
{
background-color: #B9A571;
}
</style>
border-color css
<style>
span { border-color: #B9A571; }
span { border-color: rgb(185,165,113); }
td.TdClassName
{
border-color: #B9A571;
}
.TagClassName
{
border-color: #B9A571;
}
</style>