Shades of Dark Khaki #BFBD63
Tints of Dark Khaki #BFBD63
RGB
CMYK
RGB Variations
Color information
#BFBD63 (or 0xBFBD63) is known color: Dark Khaki. HEX triplet: BF, BD and 63. RGB value is (191,189,99). Sum of RGB (Red+Green+Blue) = 191+189+99=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD63 is #40429C. Grayscale: #B3B3B3. Windows color (decimal): -4211357 or 6536639. OLE color: 6536639.
HSL color Cylindrical-coordinate representation of color #BFBD63: hue angle of 58.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFBD63 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 99 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.25 |
| HSL | 58.7º | 0.42% | 0.57% | - |
| HSV(B) | 58.7º | 0.48% | 0.75% | - |
| XYZ | 41.94 | 48.37 | 18.93 | - |
| YUV | 179.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 99 | 0 | 0.01 | 0.48 | 0.25 | 58.7 | 0.42 | 0.57 |
| Hex | BF | BD | 63 | 0 | 1 | 30 | 19 | 3B | 2A | 39 |
| Octal | 277 | 275 | 143 | 0 | 1 | 60 | 31 | 73 | 52 | 71 |
| Binary | 10111111 | 10111101 | 1100011 | 0 | 1 | 110000 | 11001 | 111011 | 101010 | 111001 |
Color Harmonies of #BFBD63
Complementary color
Monochromatic Colors of #BFBD63
Black with #BFBD63
Text Example
Text Example
White with #BFBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD63; }
p { color: rgb(191,189,99); }
H1.HeaderClassName
{
color: #BFBD63;
}
.AnyTagClassName
{
color: #BFBD63;
}
</style>
background-color css
<style>
a { background-color: #BFBD63; }
a { background-color: rgb(191,189,99); }
div.DivClassName
{
background-color: #BFBD63;
}
.BgClassName
{
background-color: #BFBD63;
}
</style>
border-color css
<style>
span { border-color: #BFBD63; }
span { border-color: rgb(191,189,99); }
td.TdClassName
{
border-color: #BFBD63;
}
.TagClassName
{
border-color: #BFBD63;
}
</style>