Shades of Dark Khaki #BFB666
Tints of Dark Khaki #BFB666
RGB
CMYK
RGB Variations
Color information
#BFB666 (or 0xBFB666) is known color: Dark Khaki. HEX triplet: BF, B6 and 66. RGB value is (191,182,102). Sum of RGB (Red+Green+Blue) = 191+182+102=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB666 is #404999. Grayscale: #AFAFAF. Windows color (decimal): -4213146 or 6731455. OLE color: 6731455.
HSL color Cylindrical-coordinate representation of color #BFB666: hue angle of 53.93º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB666 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 102 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.25 |
| HSL | 53.93º | 0.41% | 0.57% | - |
| HSV(B) | 53.93º | 0.47% | 0.75% | - |
| XYZ | 40.61 | 45.49 | 19.21 | - |
| YUV | 175.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 102 | 0 | 0.05 | 0.47 | 0.25 | 53.93 | 0.41 | 0.57 |
| Hex | BF | B6 | 66 | 0 | 5 | 2F | 19 | 36 | 29 | 39 |
| Octal | 277 | 266 | 146 | 0 | 5 | 57 | 31 | 66 | 51 | 71 |
| Binary | 10111111 | 10110110 | 1100110 | 0 | 101 | 101111 | 11001 | 110110 | 101001 | 111001 |
Color Harmonies of #BFB666
Complementary color
Monochromatic Colors of #BFB666
Black with #BFB666
Text Example
Text Example
White with #BFB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB666; }
p { color: rgb(191,182,102); }
H1.HeaderClassName
{
color: #BFB666;
}
.AnyTagClassName
{
color: #BFB666;
}
</style>
background-color css
<style>
a { background-color: #BFB666; }
a { background-color: rgb(191,182,102); }
div.DivClassName
{
background-color: #BFB666;
}
.BgClassName
{
background-color: #BFB666;
}
</style>
border-color css
<style>
span { border-color: #BFB666; }
span { border-color: rgb(191,182,102); }
td.TdClassName
{
border-color: #BFB666;
}
.TagClassName
{
border-color: #BFB666;
}
</style>