Shades of Dark Khaki #BFBC70
Tints of Dark Khaki #BFBC70
RGB
CMYK
RGB Variations
Color information
#BFBC70 (or 0xBFBC70) is known color: Dark Khaki. HEX triplet: BF, BC and 70. RGB value is (191,188,112). Sum of RGB (Red+Green+Blue) = 191+188+112=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC70 is #40438F. Grayscale: #B4B4B4. Windows color (decimal): -4211600 or 7388351. OLE color: 7388351.
HSL color Cylindrical-coordinate representation of color #BFBC70: hue angle of 57.72º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFBC70 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 112 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.25 |
| HSL | 57.72º | 0.38% | 0.59% | - |
| HSV(B) | 57.72º | 0.41% | 0.75% | - |
| XYZ | 42.39 | 48.21 | 22.4 | - |
| YUV | 180.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 112 | 0 | 0.02 | 0.41 | 0.25 | 57.72 | 0.38 | 0.59 |
| Hex | BF | BC | 70 | 0 | 2 | 29 | 19 | 3A | 26 | 3B |
| Octal | 277 | 274 | 160 | 0 | 2 | 51 | 31 | 72 | 46 | 73 |
| Binary | 10111111 | 10111100 | 1110000 | 0 | 10 | 101001 | 11001 | 111010 | 100110 | 111011 |
Color Harmonies of #BFBC70
Complementary color
Monochromatic Colors of #BFBC70
Black with #BFBC70
Text Example
Text Example
White with #BFBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC70; }
p { color: rgb(191,188,112); }
H1.HeaderClassName
{
color: #BFBC70;
}
.AnyTagClassName
{
color: #BFBC70;
}
</style>
background-color css
<style>
a { background-color: #BFBC70; }
a { background-color: rgb(191,188,112); }
div.DivClassName
{
background-color: #BFBC70;
}
.BgClassName
{
background-color: #BFBC70;
}
</style>
border-color css
<style>
span { border-color: #BFBC70; }
span { border-color: rgb(191,188,112); }
td.TdClassName
{
border-color: #BFBC70;
}
.TagClassName
{
border-color: #BFBC70;
}
</style>