Shades of Dark Khaki #BFB671
Tints of Dark Khaki #BFB671
RGB
CMYK
RGB Variations
Color information
#BFB671 (or 0xBFB671) is known color: Dark Khaki. HEX triplet: BF, B6 and 71. RGB value is (191,182,113). Sum of RGB (Red+Green+Blue) = 191+182+113=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB671 is #40498E. Grayscale: #B1B1B1. Windows color (decimal): -4213135 or 7452351. OLE color: 7452351.
HSL color Cylindrical-coordinate representation of color #BFB671: hue angle of 53.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFB671 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 113 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.25 |
| HSL | 53.08º | 0.38% | 0.6% | - |
| HSV(B) | 53.08º | 0.41% | 0.75% | - |
| XYZ | 41.19 | 45.72 | 22.28 | - |
| YUV | 176.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 113 | 0 | 0.05 | 0.41 | 0.25 | 53.08 | 0.38 | 0.6 |
| Hex | BF | B6 | 71 | 0 | 5 | 29 | 19 | 35 | 26 | 3C |
| Octal | 277 | 266 | 161 | 0 | 5 | 51 | 31 | 65 | 46 | 74 |
| Binary | 10111111 | 10110110 | 1110001 | 0 | 101 | 101001 | 11001 | 110101 | 100110 | 111100 |
Color Harmonies of #BFB671
Complementary color
Monochromatic Colors of #BFB671
Black with #BFB671
Text Example
Text Example
White with #BFB671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB671; }
p { color: rgb(191,182,113); }
H1.HeaderClassName
{
color: #BFB671;
}
.AnyTagClassName
{
color: #BFB671;
}
</style>
background-color css
<style>
a { background-color: #BFB671; }
a { background-color: rgb(191,182,113); }
div.DivClassName
{
background-color: #BFB671;
}
.BgClassName
{
background-color: #BFB671;
}
</style>
border-color css
<style>
span { border-color: #BFB671; }
span { border-color: rgb(191,182,113); }
td.TdClassName
{
border-color: #BFB671;
}
.TagClassName
{
border-color: #BFB671;
}
</style>