Shades of Fallow #BC946A
Tints of Fallow #BC946A
RGB
CMYK
RGB Variations
Color information
#BC946A (or 0xBC946A) is known color: Fallow. HEX triplet: BC, 94 and 6A. RGB value is (188,148,106). Sum of RGB (Red+Green+Blue) = 188+148+106=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946A is #436B95. Grayscale: #9B9B9B. Windows color (decimal): -4418454 or 6984892. OLE color: 6984892.
HSL color Cylindrical-coordinate representation of color #BC946A: hue angle of 30.73º degrees, saturation: 0.38, 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 #BC946A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 106 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.26 |
| HSL | 30.73º | 0.38% | 0.58% | - |
| HSV(B) | 30.73º | 0.44% | 0.74% | - |
| XYZ | 33.93 | 32.91 | 18.2 | - |
| YUV | 155.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 106 | 0 | 0.21 | 0.44 | 0.26 | 30.73 | 0.38 | 0.58 |
| Hex | BC | 94 | 6A | 0 | 15 | 2C | 1A | 1F | 26 | 3A |
| Octal | 274 | 224 | 152 | 0 | 25 | 54 | 32 | 37 | 46 | 72 |
| Binary | 10111100 | 10010100 | 1101010 | 0 | 10101 | 101100 | 11010 | 11111 | 100110 | 111010 |
Color Harmonies of #BC946A
Complementary color
Monochromatic Colors of #BC946A
Black with #BC946A
Text Example
Text Example
White with #BC946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC946A; }
p { color: rgb(188,148,106); }
H1.HeaderClassName
{
color: #BC946A;
}
.AnyTagClassName
{
color: #BC946A;
}
</style>
background-color css
<style>
a { background-color: #BC946A; }
a { background-color: rgb(188,148,106); }
div.DivClassName
{
background-color: #BC946A;
}
.BgClassName
{
background-color: #BC946A;
}
</style>
border-color css
<style>
span { border-color: #BC946A; }
span { border-color: rgb(188,148,106); }
td.TdClassName
{
border-color: #BC946A;
}
.TagClassName
{
border-color: #BC946A;
}
</style>