Shades of Dark Khaki #BFB16D
Tints of Dark Khaki #BFB16D
RGB
CMYK
RGB Variations
Color information
#BFB16D (or 0xBFB16D) is known color: Dark Khaki. HEX triplet: BF, B1 and 6D. RGB value is (191,177,109). Sum of RGB (Red+Green+Blue) = 191+177+109=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB16D is #404E92. Grayscale: #ADADAD. Windows color (decimal): -4214419 or 7188927. OLE color: 7188927.
HSL color Cylindrical-coordinate representation of color #BFB16D: hue angle of 49.76º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFB16D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 109 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.25 |
| HSL | 49.76º | 0.39% | 0.59% | - |
| HSV(B) | 49.76º | 0.43% | 0.75% | - |
| XYZ | 39.97 | 43.62 | 20.78 | - |
| YUV | 173.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 109 | 0 | 0.07 | 0.43 | 0.25 | 49.76 | 0.39 | 0.59 |
| Hex | BF | B1 | 6D | 0 | 7 | 2B | 19 | 32 | 27 | 3B |
| Octal | 277 | 261 | 155 | 0 | 7 | 53 | 31 | 62 | 47 | 73 |
| Binary | 10111111 | 10110001 | 1101101 | 0 | 111 | 101011 | 11001 | 110010 | 100111 | 111011 |
Color Harmonies of #BFB16D
Complementary color
Monochromatic Colors of #BFB16D
Black with #BFB16D
Text Example
Text Example
White with #BFB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB16D; }
p { color: rgb(191,177,109); }
H1.HeaderClassName
{
color: #BFB16D;
}
.AnyTagClassName
{
color: #BFB16D;
}
</style>
background-color css
<style>
a { background-color: #BFB16D; }
a { background-color: rgb(191,177,109); }
div.DivClassName
{
background-color: #BFB16D;
}
.BgClassName
{
background-color: #BFB16D;
}
</style>
border-color css
<style>
span { border-color: #BFB16D; }
span { border-color: rgb(191,177,109); }
td.TdClassName
{
border-color: #BFB16D;
}
.TagClassName
{
border-color: #BFB16D;
}
</style>