Shades of Fallow #BD8E6A
Tints of Fallow #BD8E6A
RGB
CMYK
RGB Variations
Color information
#BD8E6A (or 0xBD8E6A) is known color: Fallow. HEX triplet: BD, 8E and 6A. RGB value is (189,142,106). Sum of RGB (Red+Green+Blue) = 189+142+106=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E6A is #427195. Grayscale: #989898. Windows color (decimal): -4354454 or 6983357. OLE color: 6983357.
HSL color Cylindrical-coordinate representation of color #BD8E6A: hue angle of 26.02º 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 #BD8E6A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 106 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.26 |
| HSL | 26.02º | 0.39% | 0.58% | - |
| HSV(B) | 26.02º | 0.44% | 0.74% | - |
| XYZ | 33.26 | 31.21 | 17.91 | - |
| YUV | 151.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 106 | 0 | 0.25 | 0.44 | 0.26 | 26.02 | 0.39 | 0.58 |
| Hex | BD | 8E | 6A | 0 | 19 | 2C | 1A | 1A | 27 | 3A |
| Octal | 275 | 216 | 152 | 0 | 31 | 54 | 32 | 32 | 47 | 72 |
| Binary | 10111101 | 10001110 | 1101010 | 0 | 11001 | 101100 | 11010 | 11010 | 100111 | 111010 |
Color Harmonies of #BD8E6A
Complementary color
Monochromatic Colors of #BD8E6A
Black with #BD8E6A
Text Example
Text Example
White with #BD8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E6A; }
p { color: rgb(189,142,106); }
H1.HeaderClassName
{
color: #BD8E6A;
}
.AnyTagClassName
{
color: #BD8E6A;
}
</style>
background-color css
<style>
a { background-color: #BD8E6A; }
a { background-color: rgb(189,142,106); }
div.DivClassName
{
background-color: #BD8E6A;
}
.BgClassName
{
background-color: #BD8E6A;
}
</style>
border-color css
<style>
span { border-color: #BD8E6A; }
span { border-color: rgb(189,142,106); }
td.TdClassName
{
border-color: #BD8E6A;
}
.TagClassName
{
border-color: #BD8E6A;
}
</style>