Shades of Dark Khaki #BFC069
Tints of Dark Khaki #BFC069
RGB
CMYK
RGB Variations
Color information
#BFC069 (or 0xBFC069) is known color: Dark Khaki. HEX triplet: BF, C0 and 69. RGB value is (191,192,105). Sum of RGB (Red+Green+Blue) = 191+192+105=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC069 is #403F96. Grayscale: #B6B6B6. Windows color (decimal): -4210583 or 6930623. OLE color: 6930623.
HSL color Cylindrical-coordinate representation of color #BFC069: hue angle of 60.69º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFC069 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 105 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.25 |
| HSL | 60.69º | 0.41% | 0.58% | - |
| HSV(B) | 60.69º | 0.45% | 0.75% | - |
| XYZ | 42.89 | 49.8 | 20.72 | - |
| YUV | 181.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 105 | 0.01 | 0 | 0.45 | 0.25 | 60.69 | 0.41 | 0.58 |
| Hex | BF | C0 | 69 | 1 | 0 | 2D | 19 | 3D | 29 | 3A |
| Octal | 277 | 300 | 151 | 1 | 0 | 55 | 31 | 75 | 51 | 72 |
| Binary | 10111111 | 11000000 | 1101001 | 1 | 0 | 101101 | 11001 | 111101 | 101001 | 111010 |
Color Harmonies of #BFC069
Complementary color
Monochromatic Colors of #BFC069
Black with #BFC069
Text Example
Text Example
White with #BFC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC069; }
p { color: rgb(191,192,105); }
H1.HeaderClassName
{
color: #BFC069;
}
.AnyTagClassName
{
color: #BFC069;
}
</style>
background-color css
<style>
a { background-color: #BFC069; }
a { background-color: rgb(191,192,105); }
div.DivClassName
{
background-color: #BFC069;
}
.BgClassName
{
background-color: #BFC069;
}
</style>
border-color css
<style>
span { border-color: #BFC069; }
span { border-color: rgb(191,192,105); }
td.TdClassName
{
border-color: #BFC069;
}
.TagClassName
{
border-color: #BFC069;
}
</style>