Shades of Fallow #BC9B6C
Tints of Fallow #BC9B6C
RGB
CMYK
RGB Variations
Color information
#BC9B6C (or 0xBC9B6C) is known color: Fallow. HEX triplet: BC, 9B and 6C. RGB value is (188,155,108). Sum of RGB (Red+Green+Blue) = 188+155+108=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B6C is #436493. Grayscale: #9F9F9F. Windows color (decimal): -4416660 or 7117756. OLE color: 7117756.
HSL color Cylindrical-coordinate representation of color #BC9B6C: hue angle of 35.25º degrees, saturation: 0.37, 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 #BC9B6C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 108 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.26 |
| HSL | 35.25º | 0.37% | 0.58% | - |
| HSV(B) | 35.25º | 0.43% | 0.74% | - |
| XYZ | 35.17 | 35.22 | 19.13 | - |
| YUV | 159.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 108 | 0 | 0.18 | 0.43 | 0.26 | 35.25 | 0.37 | 0.58 |
| Hex | BC | 9B | 6C | 0 | 12 | 2B | 1A | 23 | 25 | 3A |
| Octal | 274 | 233 | 154 | 0 | 22 | 53 | 32 | 43 | 45 | 72 |
| Binary | 10111100 | 10011011 | 1101100 | 0 | 10010 | 101011 | 11010 | 100011 | 100101 | 111010 |
Color Harmonies of #BC9B6C
Complementary color
Monochromatic Colors of #BC9B6C
Black with #BC9B6C
Text Example
Text Example
White with #BC9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B6C; }
p { color: rgb(188,155,108); }
H1.HeaderClassName
{
color: #BC9B6C;
}
.AnyTagClassName
{
color: #BC9B6C;
}
</style>
background-color css
<style>
a { background-color: #BC9B6C; }
a { background-color: rgb(188,155,108); }
div.DivClassName
{
background-color: #BC9B6C;
}
.BgClassName
{
background-color: #BC9B6C;
}
</style>
border-color css
<style>
span { border-color: #BC9B6C; }
span { border-color: rgb(188,155,108); }
td.TdClassName
{
border-color: #BC9B6C;
}
.TagClassName
{
border-color: #BC9B6C;
}
</style>