Shades of Fallow #BD8B6D
Tints of Fallow #BD8B6D
RGB
CMYK
RGB Variations
Color information
#BD8B6D (or 0xBD8B6D) is known color: Fallow. HEX triplet: BD, 8B and 6D. RGB value is (189,139,109). Sum of RGB (Red+Green+Blue) = 189+139+109=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B6D is #427492. Grayscale: #969696. Windows color (decimal): -4355219 or 7179197. OLE color: 7179197.
HSL color Cylindrical-coordinate representation of color #BD8B6D: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8B6D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 109 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.26 |
| HSL | 22.5º | 0.38% | 0.58% | - |
| HSV(B) | 22.5º | 0.42% | 0.74% | - |
| XYZ | 32.98 | 30.39 | 18.6 | - |
| YUV | 150.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 109 | 0 | 0.26 | 0.42 | 0.26 | 22.5 | 0.38 | 0.58 |
| Hex | BD | 8B | 6D | 0 | 1A | 2A | 1A | 16 | 26 | 3A |
| Octal | 275 | 213 | 155 | 0 | 32 | 52 | 32 | 26 | 46 | 72 |
| Binary | 10111101 | 10001011 | 1101101 | 0 | 11010 | 101010 | 11010 | 10110 | 100110 | 111010 |
Color Harmonies of #BD8B6D
Complementary color
Monochromatic Colors of #BD8B6D
Black with #BD8B6D
Text Example
Text Example
White with #BD8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B6D; }
p { color: rgb(189,139,109); }
H1.HeaderClassName
{
color: #BD8B6D;
}
.AnyTagClassName
{
color: #BD8B6D;
}
</style>
background-color css
<style>
a { background-color: #BD8B6D; }
a { background-color: rgb(189,139,109); }
div.DivClassName
{
background-color: #BD8B6D;
}
.BgClassName
{
background-color: #BD8B6D;
}
</style>
border-color css
<style>
span { border-color: #BD8B6D; }
span { border-color: rgb(189,139,109); }
td.TdClassName
{
border-color: #BD8B6D;
}
.TagClassName
{
border-color: #BD8B6D;
}
</style>