Shades of Fallow #BD8C6C
Tints of Fallow #BD8C6C
RGB
CMYK
RGB Variations
Color information
#BD8C6C (or 0xBD8C6C) is known color: Fallow. HEX triplet: BD, 8C and 6C. RGB value is (189,140,108). Sum of RGB (Red+Green+Blue) = 189+140+108=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C6C is #427393. Grayscale: #979797. Windows color (decimal): -4354964 or 7113917. OLE color: 7113917.
HSL color Cylindrical-coordinate representation of color #BD8C6C: hue angle of 23.7º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD8C6C is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 108 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.26 |
| HSL | 23.7º | 0.38% | 0.58% | - |
| HSV(B) | 23.7º | 0.43% | 0.74% | - |
| XYZ | 33.07 | 30.66 | 18.36 | - |
| YUV | 151 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 108 | 0 | 0.26 | 0.43 | 0.26 | 23.7 | 0.38 | 0.58 |
| Hex | BD | 8C | 6C | 0 | 1A | 2B | 1A | 18 | 26 | 3A |
| Octal | 275 | 214 | 154 | 0 | 32 | 53 | 32 | 30 | 46 | 72 |
| Binary | 10111101 | 10001100 | 1101100 | 0 | 11010 | 101011 | 11010 | 11000 | 100110 | 111010 |
Color Harmonies of #BD8C6C
Complementary color
Monochromatic Colors of #BD8C6C
Black with #BD8C6C
Text Example
Text Example
White with #BD8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C6C; }
p { color: rgb(189,140,108); }
H1.HeaderClassName
{
color: #BD8C6C;
}
.AnyTagClassName
{
color: #BD8C6C;
}
</style>
background-color css
<style>
a { background-color: #BD8C6C; }
a { background-color: rgb(189,140,108); }
div.DivClassName
{
background-color: #BD8C6C;
}
.BgClassName
{
background-color: #BD8C6C;
}
</style>
border-color css
<style>
span { border-color: #BD8C6C; }
span { border-color: rgb(189,140,108); }
td.TdClassName
{
border-color: #BD8C6C;
}
.TagClassName
{
border-color: #BD8C6C;
}
</style>