Shades of Dark Khaki #BFBE6B
Tints of Dark Khaki #BFBE6B
RGB
CMYK
RGB Variations
Color information
#BFBE6B (or 0xBFBE6B) is known color: Dark Khaki. HEX triplet: BF, BE and 6B. RGB value is (191,190,107). Sum of RGB (Red+Green+Blue) = 191+190+107=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE6B is #404194. Grayscale: #B5B5B5. Windows color (decimal): -4211093 or 7061183. OLE color: 7061183.
HSL color Cylindrical-coordinate representation of color #BFBE6B: hue angle of 59.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFBE6B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 107 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.25 |
| HSL | 59.29º | 0.4% | 0.58% | - |
| HSV(B) | 59.29º | 0.44% | 0.75% | - |
| XYZ | 42.55 | 48.96 | 21.12 | - |
| YUV | 180.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 107 | 0 | 0.01 | 0.44 | 0.25 | 59.29 | 0.4 | 0.58 |
| Hex | BF | BE | 6B | 0 | 1 | 2C | 19 | 3B | 28 | 3A |
| Octal | 277 | 276 | 153 | 0 | 1 | 54 | 31 | 73 | 50 | 72 |
| Binary | 10111111 | 10111110 | 1101011 | 0 | 1 | 101100 | 11001 | 111011 | 101000 | 111010 |
Color Harmonies of #BFBE6B
Complementary color
Monochromatic Colors of #BFBE6B
Black with #BFBE6B
Text Example
Text Example
White with #BFBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE6B; }
p { color: rgb(191,190,107); }
H1.HeaderClassName
{
color: #BFBE6B;
}
.AnyTagClassName
{
color: #BFBE6B;
}
</style>
background-color css
<style>
a { background-color: #BFBE6B; }
a { background-color: rgb(191,190,107); }
div.DivClassName
{
background-color: #BFBE6B;
}
.BgClassName
{
background-color: #BFBE6B;
}
</style>
border-color css
<style>
span { border-color: #BFBE6B; }
span { border-color: rgb(191,190,107); }
td.TdClassName
{
border-color: #BFBE6B;
}
.TagClassName
{
border-color: #BFBE6B;
}
</style>