Shades of Fallow #BC956F
Tints of Fallow #BC956F
RGB
CMYK
RGB Variations
Color information
#BC956F (or 0xBC956F) is known color: Fallow. HEX triplet: BC, 95 and 6F. RGB value is (188,149,111). Sum of RGB (Red+Green+Blue) = 188+149+111=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956F is #436A90. Grayscale: #9C9C9C. Windows color (decimal): -4418193 or 7312828. OLE color: 7312828.
HSL color Cylindrical-coordinate representation of color #BC956F: hue angle of 29.61º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC956F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 111 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.26 |
| HSL | 29.61º | 0.36% | 0.59% | - |
| HSV(B) | 29.61º | 0.41% | 0.74% | - |
| XYZ | 34.36 | 33.33 | 19.66 | - |
| YUV | 156.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 111 | 0 | 0.21 | 0.41 | 0.26 | 29.61 | 0.36 | 0.59 |
| Hex | BC | 95 | 6F | 0 | 15 | 29 | 1A | 1E | 24 | 3B |
| Octal | 274 | 225 | 157 | 0 | 25 | 51 | 32 | 36 | 44 | 73 |
| Binary | 10111100 | 10010101 | 1101111 | 0 | 10101 | 101001 | 11010 | 11110 | 100100 | 111011 |
Color Harmonies of #BC956F
Complementary color
Monochromatic Colors of #BC956F
Black with #BC956F
Text Example
Text Example
White with #BC956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC956F; }
p { color: rgb(188,149,111); }
H1.HeaderClassName
{
color: #BC956F;
}
.AnyTagClassName
{
color: #BC956F;
}
</style>
background-color css
<style>
a { background-color: #BC956F; }
a { background-color: rgb(188,149,111); }
div.DivClassName
{
background-color: #BC956F;
}
.BgClassName
{
background-color: #BC956F;
}
</style>
border-color css
<style>
span { border-color: #BC956F; }
span { border-color: rgb(188,149,111); }
td.TdClassName
{
border-color: #BC956F;
}
.TagClassName
{
border-color: #BC956F;
}
</style>