Shades of Dark Khaki #BFB16C
Tints of Dark Khaki #BFB16C
RGB
CMYK
RGB Variations
Color information
#BFB16C (or 0xBFB16C) is known color: Dark Khaki. HEX triplet: BF, B1 and 6C. RGB value is (191,177,108). Sum of RGB (Red+Green+Blue) = 191+177+108=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB16C is #404E93. Grayscale: #ADADAD. Windows color (decimal): -4214420 or 7123391. OLE color: 7123391.
HSL color Cylindrical-coordinate representation of color #BFB16C: hue angle of 49.88º 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 #BFB16C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 108 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.25 |
| HSL | 49.88º | 0.39% | 0.59% | - |
| HSV(B) | 49.88º | 0.43% | 0.75% | - |
| XYZ | 39.91 | 43.6 | 20.5 | - |
| YUV | 173.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 108 | 0 | 0.07 | 0.43 | 0.25 | 49.88 | 0.39 | 0.59 |
| Hex | BF | B1 | 6C | 0 | 7 | 2B | 19 | 32 | 27 | 3B |
| Octal | 277 | 261 | 154 | 0 | 7 | 53 | 31 | 62 | 47 | 73 |
| Binary | 10111111 | 10110001 | 1101100 | 0 | 111 | 101011 | 11001 | 110010 | 100111 | 111011 |
Color Harmonies of #BFB16C
Complementary color
Monochromatic Colors of #BFB16C
Black with #BFB16C
Text Example
Text Example
White with #BFB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB16C; }
p { color: rgb(191,177,108); }
H1.HeaderClassName
{
color: #BFB16C;
}
.AnyTagClassName
{
color: #BFB16C;
}
</style>
background-color css
<style>
a { background-color: #BFB16C; }
a { background-color: rgb(191,177,108); }
div.DivClassName
{
background-color: #BFB16C;
}
.BgClassName
{
background-color: #BFB16C;
}
</style>
border-color css
<style>
span { border-color: #BFB16C; }
span { border-color: rgb(191,177,108); }
td.TdClassName
{
border-color: #BFB16C;
}
.TagClassName
{
border-color: #BFB16C;
}
</style>