Shades of Dark Khaki #BFBB66
Tints of Dark Khaki #BFBB66
RGB
CMYK
RGB Variations
Color information
#BFBB66 (or 0xBFBB66) is known color: Dark Khaki. HEX triplet: BF, BB and 66. RGB value is (191,187,102). Sum of RGB (Red+Green+Blue) = 191+187+102=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB66 is #404499. Grayscale: #B2B2B2. Windows color (decimal): -4211866 or 6732735. OLE color: 6732735.
HSL color Cylindrical-coordinate representation of color #BFBB66: hue angle of 57.3º 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 #BFBB66 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 102 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.25 |
| HSL | 57.3º | 0.41% | 0.57% | - |
| HSV(B) | 57.3º | 0.47% | 0.75% | - |
| XYZ | 41.65 | 47.58 | 19.56 | - |
| YUV | 178.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 102 | 0 | 0.02 | 0.47 | 0.25 | 57.3 | 0.41 | 0.57 |
| Hex | BF | BB | 66 | 0 | 2 | 2F | 19 | 39 | 29 | 39 |
| Octal | 277 | 273 | 146 | 0 | 2 | 57 | 31 | 71 | 51 | 71 |
| Binary | 10111111 | 10111011 | 1100110 | 0 | 10 | 101111 | 11001 | 111001 | 101001 | 111001 |
Color Harmonies of #BFBB66
Complementary color
Monochromatic Colors of #BFBB66
Black with #BFBB66
Text Example
Text Example
White with #BFBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB66; }
p { color: rgb(191,187,102); }
H1.HeaderClassName
{
color: #BFBB66;
}
.AnyTagClassName
{
color: #BFBB66;
}
</style>
background-color css
<style>
a { background-color: #BFBB66; }
a { background-color: rgb(191,187,102); }
div.DivClassName
{
background-color: #BFBB66;
}
.BgClassName
{
background-color: #BFBB66;
}
</style>
border-color css
<style>
span { border-color: #BFBB66; }
span { border-color: rgb(191,187,102); }
td.TdClassName
{
border-color: #BFBB66;
}
.TagClassName
{
border-color: #BFBB66;
}
</style>