Shades of Fallow #BD8F66
Tints of Fallow #BD8F66
RGB
CMYK
RGB Variations
Color information
#BD8F66 (or 0xBD8F66) is known color: Fallow. HEX triplet: BD, 8F and 66. RGB value is (189,143,102). Sum of RGB (Red+Green+Blue) = 189+143+102=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F66 is #427099. Grayscale: #989898. Windows color (decimal): -4354202 or 6721469. OLE color: 6721469.
HSL color Cylindrical-coordinate representation of color #BD8F66: hue angle of 28.28º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD8F66 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 102 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.26 |
| HSL | 28.28º | 0.4% | 0.57% | - |
| HSV(B) | 28.28º | 0.46% | 0.74% | - |
| XYZ | 33.21 | 31.42 | 16.89 | - |
| YUV | 152.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 102 | 0 | 0.24 | 0.46 | 0.26 | 28.28 | 0.4 | 0.57 |
| Hex | BD | 8F | 66 | 0 | 18 | 2E | 1A | 1C | 28 | 39 |
| Octal | 275 | 217 | 146 | 0 | 30 | 56 | 32 | 34 | 50 | 71 |
| Binary | 10111101 | 10001111 | 1100110 | 0 | 11000 | 101110 | 11010 | 11100 | 101000 | 111001 |
Color Harmonies of #BD8F66
Complementary color
Monochromatic Colors of #BD8F66
Black with #BD8F66
Text Example
Text Example
White with #BD8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F66; }
p { color: rgb(189,143,102); }
H1.HeaderClassName
{
color: #BD8F66;
}
.AnyTagClassName
{
color: #BD8F66;
}
</style>
background-color css
<style>
a { background-color: #BD8F66; }
a { background-color: rgb(189,143,102); }
div.DivClassName
{
background-color: #BD8F66;
}
.BgClassName
{
background-color: #BD8F66;
}
</style>
border-color css
<style>
span { border-color: #BD8F66; }
span { border-color: rgb(189,143,102); }
td.TdClassName
{
border-color: #BD8F66;
}
.TagClassName
{
border-color: #BD8F66;
}
</style>