Shades of Dark Khaki #BFBB68
Tints of Dark Khaki #BFBB68
RGB
CMYK
RGB Variations
Color information
#BFBB68 (or 0xBFBB68) is known color: Dark Khaki. HEX triplet: BF, BB and 68. RGB value is (191,187,104). Sum of RGB (Red+Green+Blue) = 191+187+104=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB68 is #404497. Grayscale: #B3B3B3. Windows color (decimal): -4211864 or 6863807. OLE color: 6863807.
HSL color Cylindrical-coordinate representation of color #BFBB68: hue angle of 57.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFBB68 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 104 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.25 |
| HSL | 57.24º | 0.4% | 0.58% | - |
| HSV(B) | 57.24º | 0.46% | 0.75% | - |
| XYZ | 41.75 | 47.62 | 20.09 | - |
| YUV | 178.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 104 | 0 | 0.02 | 0.46 | 0.25 | 57.24 | 0.4 | 0.58 |
| Hex | BF | BB | 68 | 0 | 2 | 2E | 19 | 39 | 28 | 3A |
| Octal | 277 | 273 | 150 | 0 | 2 | 56 | 31 | 71 | 50 | 72 |
| Binary | 10111111 | 10111011 | 1101000 | 0 | 10 | 101110 | 11001 | 111001 | 101000 | 111010 |
Color Harmonies of #BFBB68
Complementary color
Monochromatic Colors of #BFBB68
Black with #BFBB68
Text Example
Text Example
White with #BFBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB68; }
p { color: rgb(191,187,104); }
H1.HeaderClassName
{
color: #BFBB68;
}
.AnyTagClassName
{
color: #BFBB68;
}
</style>
background-color css
<style>
a { background-color: #BFBB68; }
a { background-color: rgb(191,187,104); }
div.DivClassName
{
background-color: #BFBB68;
}
.BgClassName
{
background-color: #BFBB68;
}
</style>
border-color css
<style>
span { border-color: #BFBB68; }
span { border-color: rgb(191,187,104); }
td.TdClassName
{
border-color: #BFBB68;
}
.TagClassName
{
border-color: #BFBB68;
}
</style>