Shades of Fallow #BD9A69
Tints of Fallow #BD9A69
RGB
CMYK
RGB Variations
Color information
#BD9A69 (or 0xBD9A69) is known color: Fallow. HEX triplet: BD, 9A and 69. RGB value is (189,154,105). Sum of RGB (Red+Green+Blue) = 189+154+105=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A69 is #426596. Grayscale: #9F9F9F. Windows color (decimal): -4351383 or 6920893. OLE color: 6920893.
HSL color Cylindrical-coordinate representation of color #BD9A69: hue angle of 35º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD9A69 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 105 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.26 |
| HSL | 35º | 0.39% | 0.58% | - |
| HSV(B) | 35º | 0.44% | 0.74% | - |
| XYZ | 35.09 | 34.95 | 18.26 | - |
| YUV | 158.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 105 | 0 | 0.19 | 0.44 | 0.26 | 35 | 0.39 | 0.58 |
| Hex | BD | 9A | 69 | 0 | 13 | 2C | 1A | 23 | 27 | 3A |
| Octal | 275 | 232 | 151 | 0 | 23 | 54 | 32 | 43 | 47 | 72 |
| Binary | 10111101 | 10011010 | 1101001 | 0 | 10011 | 101100 | 11010 | 100011 | 100111 | 111010 |
Color Harmonies of #BD9A69
Complementary color
Monochromatic Colors of #BD9A69
Black with #BD9A69
Text Example
Text Example
White with #BD9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A69; }
p { color: rgb(189,154,105); }
H1.HeaderClassName
{
color: #BD9A69;
}
.AnyTagClassName
{
color: #BD9A69;
}
</style>
background-color css
<style>
a { background-color: #BD9A69; }
a { background-color: rgb(189,154,105); }
div.DivClassName
{
background-color: #BD9A69;
}
.BgClassName
{
background-color: #BD9A69;
}
</style>
border-color css
<style>
span { border-color: #BD9A69; }
span { border-color: rgb(189,154,105); }
td.TdClassName
{
border-color: #BD9A69;
}
.TagClassName
{
border-color: #BD9A69;
}
</style>