Shades of Dark Khaki #BFC067
Tints of Dark Khaki #BFC067
RGB
CMYK
RGB Variations
Color information
#BFC067 (or 0xBFC067) is known color: Dark Khaki. HEX triplet: BF, C0 and 67. RGB value is (191,192,103). Sum of RGB (Red+Green+Blue) = 191+192+103=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC067 is #403F98. Grayscale: #B5B5B5. Windows color (decimal): -4210585 or 6799551. OLE color: 6799551.
HSL color Cylindrical-coordinate representation of color #BFC067: hue angle of 60.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC067 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 103 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.25 |
| HSL | 60.67º | 0.41% | 0.58% | - |
| HSV(B) | 60.67º | 0.46% | 0.75% | - |
| XYZ | 42.78 | 49.75 | 20.18 | - |
| YUV | 181.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 103 | 0.01 | 0 | 0.46 | 0.25 | 60.67 | 0.41 | 0.58 |
| Hex | BF | C0 | 67 | 1 | 0 | 2E | 19 | 3D | 29 | 3A |
| Octal | 277 | 300 | 147 | 1 | 0 | 56 | 31 | 75 | 51 | 72 |
| Binary | 10111111 | 11000000 | 1100111 | 1 | 0 | 101110 | 11001 | 111101 | 101001 | 111010 |
Color Harmonies of #BFC067
Complementary color
Monochromatic Colors of #BFC067
Black with #BFC067
Text Example
Text Example
White with #BFC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC067; }
p { color: rgb(191,192,103); }
H1.HeaderClassName
{
color: #BFC067;
}
.AnyTagClassName
{
color: #BFC067;
}
</style>
background-color css
<style>
a { background-color: #BFC067; }
a { background-color: rgb(191,192,103); }
div.DivClassName
{
background-color: #BFC067;
}
.BgClassName
{
background-color: #BFC067;
}
</style>
border-color css
<style>
span { border-color: #BFC067; }
span { border-color: rgb(191,192,103); }
td.TdClassName
{
border-color: #BFC067;
}
.TagClassName
{
border-color: #BFC067;
}
</style>