Shades of Dark Khaki #BFBD62
Tints of Dark Khaki #BFBD62
RGB
CMYK
RGB Variations
Color information
#BFBD62 (or 0xBFBD62) is known color: Dark Khaki. HEX triplet: BF, BD and 62. RGB value is (191,189,98). Sum of RGB (Red+Green+Blue) = 191+189+98=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD62 is #40429D. Grayscale: #B3B3B3. Windows color (decimal): -4211358 or 6471103. OLE color: 6471103.
HSL color Cylindrical-coordinate representation of color #BFBD62: hue angle of 58.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFBD62 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 98 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.25 |
| HSL | 58.71º | 0.42% | 0.57% | - |
| HSV(B) | 58.71º | 0.49% | 0.75% | - |
| XYZ | 41.89 | 48.35 | 18.68 | - |
| YUV | 179.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 98 | 0 | 0.01 | 0.49 | 0.25 | 58.71 | 0.42 | 0.57 |
| Hex | BF | BD | 62 | 0 | 1 | 31 | 19 | 3B | 2A | 39 |
| Octal | 277 | 275 | 142 | 0 | 1 | 61 | 31 | 73 | 52 | 71 |
| Binary | 10111111 | 10111101 | 1100010 | 0 | 1 | 110001 | 11001 | 111011 | 101010 | 111001 |
Color Harmonies of #BFBD62
Complementary color
Monochromatic Colors of #BFBD62
Black with #BFBD62
Text Example
Text Example
White with #BFBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD62; }
p { color: rgb(191,189,98); }
H1.HeaderClassName
{
color: #BFBD62;
}
.AnyTagClassName
{
color: #BFBD62;
}
</style>
background-color css
<style>
a { background-color: #BFBD62; }
a { background-color: rgb(191,189,98); }
div.DivClassName
{
background-color: #BFBD62;
}
.BgClassName
{
background-color: #BFBD62;
}
</style>
border-color css
<style>
span { border-color: #BFBD62; }
span { border-color: rgb(191,189,98); }
td.TdClassName
{
border-color: #BFBD62;
}
.TagClassName
{
border-color: #BFBD62;
}
</style>