Shades of Fallow #BD9A70
Tints of Fallow #BD9A70
RGB
CMYK
RGB Variations
Color information
#BD9A70 (or 0xBD9A70) is known color: Fallow. HEX triplet: BD, 9A and 70. RGB value is (189,154,112). Sum of RGB (Red+Green+Blue) = 189+154+112=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A70 is #42658F. Grayscale: #9F9F9F. Windows color (decimal): -4351376 or 7379645. OLE color: 7379645.
HSL color Cylindrical-coordinate representation of color #BD9A70: hue angle of 32.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD9A70 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 112 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.26 |
| HSL | 32.73º | 0.37% | 0.59% | - |
| HSV(B) | 32.73º | 0.41% | 0.74% | - |
| XYZ | 35.47 | 35.1 | 20.23 | - |
| YUV | 159.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 112 | 0 | 0.19 | 0.41 | 0.26 | 32.73 | 0.37 | 0.59 |
| Hex | BD | 9A | 70 | 0 | 13 | 29 | 1A | 21 | 25 | 3B |
| Octal | 275 | 232 | 160 | 0 | 23 | 51 | 32 | 41 | 45 | 73 |
| Binary | 10111101 | 10011010 | 1110000 | 0 | 10011 | 101001 | 11010 | 100001 | 100101 | 111011 |
Color Harmonies of #BD9A70
Complementary color
Monochromatic Colors of #BD9A70
Black with #BD9A70
Text Example
Text Example
White with #BD9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A70; }
p { color: rgb(189,154,112); }
H1.HeaderClassName
{
color: #BD9A70;
}
.AnyTagClassName
{
color: #BD9A70;
}
</style>
background-color css
<style>
a { background-color: #BD9A70; }
a { background-color: rgb(189,154,112); }
div.DivClassName
{
background-color: #BD9A70;
}
.BgClassName
{
background-color: #BD9A70;
}
</style>
border-color css
<style>
span { border-color: #BD9A70; }
span { border-color: rgb(189,154,112); }
td.TdClassName
{
border-color: #BD9A70;
}
.TagClassName
{
border-color: #BD9A70;
}
</style>