Shades of Dark Khaki #BFBC68
Tints of Dark Khaki #BFBC68
RGB
CMYK
RGB Variations
Color information
#BFBC68 (or 0xBFBC68) is known color: Dark Khaki. HEX triplet: BF, BC and 68. RGB value is (191,188,104). Sum of RGB (Red+Green+Blue) = 191+188+104=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC68 is #404397. Grayscale: #B3B3B3. Windows color (decimal): -4211608 or 6864063. OLE color: 6864063.
HSL color Cylindrical-coordinate representation of color #BFBC68: hue angle of 57.93º 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 #BFBC68 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 104 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.25 |
| HSL | 57.93º | 0.4% | 0.58% | - |
| HSV(B) | 57.93º | 0.46% | 0.75% | - |
| XYZ | 41.97 | 48.04 | 20.16 | - |
| YUV | 179.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 104 | 0 | 0.02 | 0.46 | 0.25 | 57.93 | 0.4 | 0.58 |
| Hex | BF | BC | 68 | 0 | 2 | 2E | 19 | 3A | 28 | 3A |
| Octal | 277 | 274 | 150 | 0 | 2 | 56 | 31 | 72 | 50 | 72 |
| Binary | 10111111 | 10111100 | 1101000 | 0 | 10 | 101110 | 11001 | 111010 | 101000 | 111010 |
Color Harmonies of #BFBC68
Complementary color
Monochromatic Colors of #BFBC68
Black with #BFBC68
Text Example
Text Example
White with #BFBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC68; }
p { color: rgb(191,188,104); }
H1.HeaderClassName
{
color: #BFBC68;
}
.AnyTagClassName
{
color: #BFBC68;
}
</style>
background-color css
<style>
a { background-color: #BFBC68; }
a { background-color: rgb(191,188,104); }
div.DivClassName
{
background-color: #BFBC68;
}
.BgClassName
{
background-color: #BFBC68;
}
</style>
border-color css
<style>
span { border-color: #BFBC68; }
span { border-color: rgb(191,188,104); }
td.TdClassName
{
border-color: #BFBC68;
}
.TagClassName
{
border-color: #BFBC68;
}
</style>