Shades of Fallow #BD8B6C
Tints of Fallow #BD8B6C
RGB
CMYK
RGB Variations
Color information
#BD8B6C (or 0xBD8B6C) is known color: Fallow. HEX triplet: BD, 8B and 6C. RGB value is (189,139,108). Sum of RGB (Red+Green+Blue) = 189+139+108=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B6C is #427493. Grayscale: #969696. Windows color (decimal): -4355220 or 7113661. OLE color: 7113661.
HSL color Cylindrical-coordinate representation of color #BD8B6C: hue angle of 22.96º 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 #BD8B6C is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 108 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.26 |
| HSL | 22.96º | 0.38% | 0.58% | - |
| HSV(B) | 22.96º | 0.43% | 0.74% | - |
| XYZ | 32.93 | 30.37 | 18.31 | - |
| YUV | 150.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 108 | 0 | 0.26 | 0.43 | 0.26 | 22.96 | 0.38 | 0.58 |
| Hex | BD | 8B | 6C | 0 | 1A | 2B | 1A | 17 | 26 | 3A |
| Octal | 275 | 213 | 154 | 0 | 32 | 53 | 32 | 27 | 46 | 72 |
| Binary | 10111101 | 10001011 | 1101100 | 0 | 11010 | 101011 | 11010 | 10111 | 100110 | 111010 |
Color Harmonies of #BD8B6C
Complementary color
Monochromatic Colors of #BD8B6C
Black with #BD8B6C
Text Example
Text Example
White with #BD8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B6C; }
p { color: rgb(189,139,108); }
H1.HeaderClassName
{
color: #BD8B6C;
}
.AnyTagClassName
{
color: #BD8B6C;
}
</style>
background-color css
<style>
a { background-color: #BD8B6C; }
a { background-color: rgb(189,139,108); }
div.DivClassName
{
background-color: #BD8B6C;
}
.BgClassName
{
background-color: #BD8B6C;
}
</style>
border-color css
<style>
span { border-color: #BD8B6C; }
span { border-color: rgb(189,139,108); }
td.TdClassName
{
border-color: #BD8B6C;
}
.TagClassName
{
border-color: #BD8B6C;
}
</style>