Shades of Dark Khaki #BFBD6B
Tints of Dark Khaki #BFBD6B
RGB
CMYK
RGB Variations
Color information
#BFBD6B (or 0xBFBD6B) is known color: Dark Khaki. HEX triplet: BF, BD and 6B. RGB value is (191,189,107). Sum of RGB (Red+Green+Blue) = 191+189+107=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6B is #404294. Grayscale: #B4B4B4. Windows color (decimal): -4211349 or 7060927. OLE color: 7060927.
HSL color Cylindrical-coordinate representation of color #BFBD6B: hue angle of 58.57º 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 #BFBD6B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 107 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.25 |
| HSL | 58.57º | 0.4% | 0.58% | - |
| HSV(B) | 58.57º | 0.44% | 0.75% | - |
| XYZ | 42.34 | 48.53 | 21.05 | - |
| YUV | 180.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 107 | 0 | 0.01 | 0.44 | 0.25 | 58.57 | 0.4 | 0.58 |
| Hex | BF | BD | 6B | 0 | 1 | 2C | 19 | 3B | 28 | 3A |
| Octal | 277 | 275 | 153 | 0 | 1 | 54 | 31 | 73 | 50 | 72 |
| Binary | 10111111 | 10111101 | 1101011 | 0 | 1 | 101100 | 11001 | 111011 | 101000 | 111010 |
Color Harmonies of #BFBD6B
Complementary color
Monochromatic Colors of #BFBD6B
Black with #BFBD6B
Text Example
Text Example
White with #BFBD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD6B; }
p { color: rgb(191,189,107); }
H1.HeaderClassName
{
color: #BFBD6B;
}
.AnyTagClassName
{
color: #BFBD6B;
}
</style>
background-color css
<style>
a { background-color: #BFBD6B; }
a { background-color: rgb(191,189,107); }
div.DivClassName
{
background-color: #BFBD6B;
}
.BgClassName
{
background-color: #BFBD6B;
}
</style>
border-color css
<style>
span { border-color: #BFBD6B; }
span { border-color: rgb(191,189,107); }
td.TdClassName
{
border-color: #BFBD6B;
}
.TagClassName
{
border-color: #BFBD6B;
}
</style>