Shades of Dark Khaki #BFBF68
Tints of Dark Khaki #BFBF68
RGB
CMYK
RGB Variations
Color information
#BFBF68 (or 0xBFBF68) is known color: Dark Khaki. HEX triplet: BF, BF and 68. RGB value is (191,191,104). Sum of RGB (Red+Green+Blue) = 191+191+104=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF68 is #404097. Grayscale: #B5B5B5. Windows color (decimal): -4210840 or 6864831. OLE color: 6864831.
HSL color Cylindrical-coordinate representation of color #BFBF68: hue angle of 60º degrees, saturation: 0.4, 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 #BFBF68 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 104 | - |
| CMYK | 0 | 0 | 0.46 | 0.25 |
| HSL | 60º | 0.4% | 0.58% | - |
| HSV(B) | 60º | 0.46% | 0.75% | - |
| XYZ | 42.62 | 49.34 | 20.37 | - |
| YUV | 181.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 104 | 0 | 0 | 0.46 | 0.25 | 60 | 0.4 | 0.58 |
| Hex | BF | BF | 68 | 0 | 0 | 2E | 19 | 3C | 28 | 3A |
| Octal | 277 | 277 | 150 | 0 | 0 | 56 | 31 | 74 | 50 | 72 |
| Binary | 10111111 | 10111111 | 1101000 | 0 | 0 | 101110 | 11001 | 111100 | 101000 | 111010 |
Color Harmonies of #BFBF68
Complementary color
Monochromatic Colors of #BFBF68
Black with #BFBF68
Text Example
Text Example
White with #BFBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF68; }
p { color: rgb(191,191,104); }
H1.HeaderClassName
{
color: #BFBF68;
}
.AnyTagClassName
{
color: #BFBF68;
}
</style>
background-color css
<style>
a { background-color: #BFBF68; }
a { background-color: rgb(191,191,104); }
div.DivClassName
{
background-color: #BFBF68;
}
.BgClassName
{
background-color: #BFBF68;
}
</style>
border-color css
<style>
span { border-color: #BFBF68; }
span { border-color: rgb(191,191,104); }
td.TdClassName
{
border-color: #BFBF68;
}
.TagClassName
{
border-color: #BFBF68;
}
</style>