Shades of Fallow #BD8F6A
Tints of Fallow #BD8F6A
RGB
CMYK
RGB Variations
Color information
#BD8F6A (or 0xBD8F6A) is known color: Fallow. HEX triplet: BD, 8F and 6A. RGB value is (189,143,106). Sum of RGB (Red+Green+Blue) = 189+143+106=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F6A is #427095. Grayscale: #989898. Windows color (decimal): -4354198 or 6983613. OLE color: 6983613.
HSL color Cylindrical-coordinate representation of color #BD8F6A: hue angle of 26.75º 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 #BD8F6A is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 106 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.26 |
| HSL | 26.75º | 0.39% | 0.58% | - |
| HSV(B) | 26.75º | 0.44% | 0.74% | - |
| XYZ | 33.41 | 31.5 | 17.96 | - |
| YUV | 152.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 106 | 0 | 0.24 | 0.44 | 0.26 | 26.75 | 0.39 | 0.58 |
| Hex | BD | 8F | 6A | 0 | 18 | 2C | 1A | 1B | 27 | 3A |
| Octal | 275 | 217 | 152 | 0 | 30 | 54 | 32 | 33 | 47 | 72 |
| Binary | 10111101 | 10001111 | 1101010 | 0 | 11000 | 101100 | 11010 | 11011 | 100111 | 111010 |
Color Harmonies of #BD8F6A
Complementary color
Monochromatic Colors of #BD8F6A
Black with #BD8F6A
Text Example
Text Example
White with #BD8F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F6A; }
p { color: rgb(189,143,106); }
H1.HeaderClassName
{
color: #BD8F6A;
}
.AnyTagClassName
{
color: #BD8F6A;
}
</style>
background-color css
<style>
a { background-color: #BD8F6A; }
a { background-color: rgb(189,143,106); }
div.DivClassName
{
background-color: #BD8F6A;
}
.BgClassName
{
background-color: #BD8F6A;
}
</style>
border-color css
<style>
span { border-color: #BD8F6A; }
span { border-color: rgb(189,143,106); }
td.TdClassName
{
border-color: #BD8F6A;
}
.TagClassName
{
border-color: #BD8F6A;
}
</style>