Shades of Dark Khaki #BFBE68
Tints of Dark Khaki #BFBE68
RGB
CMYK
RGB Variations
Color information
#BFBE68 (or 0xBFBE68) is known color: Dark Khaki. HEX triplet: BF, BE and 68. RGB value is (191,190,104). Sum of RGB (Red+Green+Blue) = 191+190+104=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE68 is #404197. Grayscale: #B4B4B4. Windows color (decimal): -4211096 or 6864575. OLE color: 6864575.
HSL color Cylindrical-coordinate representation of color #BFBE68: hue angle of 59.31º 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 #BFBE68 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 104 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.25 |
| HSL | 59.31º | 0.4% | 0.58% | - |
| HSV(B) | 59.31º | 0.46% | 0.75% | - |
| XYZ | 42.4 | 48.9 | 20.3 | - |
| YUV | 180.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 104 | 0 | 0.01 | 0.46 | 0.25 | 59.31 | 0.4 | 0.58 |
| Hex | BF | BE | 68 | 0 | 1 | 2E | 19 | 3B | 28 | 3A |
| Octal | 277 | 276 | 150 | 0 | 1 | 56 | 31 | 73 | 50 | 72 |
| Binary | 10111111 | 10111110 | 1101000 | 0 | 1 | 101110 | 11001 | 111011 | 101000 | 111010 |
Color Harmonies of #BFBE68
Complementary color
Monochromatic Colors of #BFBE68
Black with #BFBE68
Text Example
Text Example
White with #BFBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE68; }
p { color: rgb(191,190,104); }
H1.HeaderClassName
{
color: #BFBE68;
}
.AnyTagClassName
{
color: #BFBE68;
}
</style>
background-color css
<style>
a { background-color: #BFBE68; }
a { background-color: rgb(191,190,104); }
div.DivClassName
{
background-color: #BFBE68;
}
.BgClassName
{
background-color: #BFBE68;
}
</style>
border-color css
<style>
span { border-color: #BFBE68; }
span { border-color: rgb(191,190,104); }
td.TdClassName
{
border-color: #BFBE68;
}
.TagClassName
{
border-color: #BFBE68;
}
</style>