Shades of Fallow #BD9E69
Tints of Fallow #BD9E69
RGB
CMYK
RGB Variations
Color information
#BD9E69 (or 0xBD9E69) is known color: Fallow. HEX triplet: BD, 9E and 69. RGB value is (189,158,105). Sum of RGB (Red+Green+Blue) = 189+158+105=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E69 is #426196. Grayscale: #A1A1A1. Windows color (decimal): -4350359 or 6921917. OLE color: 6921917.
HSL color Cylindrical-coordinate representation of color #BD9E69: hue angle of 37.86º 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 #BD9E69 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 105 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.26 |
| HSL | 37.86º | 0.39% | 0.58% | - |
| HSV(B) | 37.86º | 0.44% | 0.74% | - |
| XYZ | 35.76 | 36.29 | 18.48 | - |
| YUV | 161.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 105 | 0 | 0.16 | 0.44 | 0.26 | 37.86 | 0.39 | 0.58 |
| Hex | BD | 9E | 69 | 0 | 10 | 2C | 1A | 26 | 27 | 3A |
| Octal | 275 | 236 | 151 | 0 | 20 | 54 | 32 | 46 | 47 | 72 |
| Binary | 10111101 | 10011110 | 1101001 | 0 | 10000 | 101100 | 11010 | 100110 | 100111 | 111010 |
Color Harmonies of #BD9E69
Complementary color
Monochromatic Colors of #BD9E69
Black with #BD9E69
Text Example
Text Example
White with #BD9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E69; }
p { color: rgb(189,158,105); }
H1.HeaderClassName
{
color: #BD9E69;
}
.AnyTagClassName
{
color: #BD9E69;
}
</style>
background-color css
<style>
a { background-color: #BD9E69; }
a { background-color: rgb(189,158,105); }
div.DivClassName
{
background-color: #BD9E69;
}
.BgClassName
{
background-color: #BD9E69;
}
</style>
border-color css
<style>
span { border-color: #BD9E69; }
span { border-color: rgb(189,158,105); }
td.TdClassName
{
border-color: #BD9E69;
}
.TagClassName
{
border-color: #BD9E69;
}
</style>