Shades of Dark Khaki #BFBE6E
Tints of Dark Khaki #BFBE6E
RGB
CMYK
RGB Variations
Color information
#BFBE6E (or 0xBFBE6E) is known color: Dark Khaki. HEX triplet: BF, BE and 6E. RGB value is (191,190,110). Sum of RGB (Red+Green+Blue) = 191+190+110=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE6E is #404191. Grayscale: #B5B5B5. Windows color (decimal): -4211090 or 7257791. OLE color: 7257791.
HSL color Cylindrical-coordinate representation of color #BFBE6E: hue angle of 59.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFBE6E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 110 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.25 |
| HSL | 59.26º | 0.39% | 0.59% | - |
| HSV(B) | 59.26º | 0.42% | 0.75% | - |
| XYZ | 42.71 | 49.03 | 21.96 | - |
| YUV | 181.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 110 | 0 | 0.01 | 0.42 | 0.25 | 59.26 | 0.39 | 0.59 |
| Hex | BF | BE | 6E | 0 | 1 | 2A | 19 | 3B | 27 | 3B |
| Octal | 277 | 276 | 156 | 0 | 1 | 52 | 31 | 73 | 47 | 73 |
| Binary | 10111111 | 10111110 | 1101110 | 0 | 1 | 101010 | 11001 | 111011 | 100111 | 111011 |
Color Harmonies of #BFBE6E
Complementary color
Monochromatic Colors of #BFBE6E
Black with #BFBE6E
Text Example
Text Example
White with #BFBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE6E; }
p { color: rgb(191,190,110); }
H1.HeaderClassName
{
color: #BFBE6E;
}
.AnyTagClassName
{
color: #BFBE6E;
}
</style>
background-color css
<style>
a { background-color: #BFBE6E; }
a { background-color: rgb(191,190,110); }
div.DivClassName
{
background-color: #BFBE6E;
}
.BgClassName
{
background-color: #BFBE6E;
}
</style>
border-color css
<style>
span { border-color: #BFBE6E; }
span { border-color: rgb(191,190,110); }
td.TdClassName
{
border-color: #BFBE6E;
}
.TagClassName
{
border-color: #BFBE6E;
}
</style>