Shades of Dark Khaki #BBBF68
Tints of Dark Khaki #BBBF68
RGB
CMYK
RGB Variations
Color information
#BBBF68 (or 0xBBBF68) is known color: Dark Khaki. HEX triplet: BB, BF and 68. RGB value is (187,191,104). Sum of RGB (Red+Green+Blue) = 187+191+104=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF68 is #444097. Grayscale: #B4B4B4. Windows color (decimal): -4472984 or 6864827. OLE color: 6864827.
HSL color Cylindrical-coordinate representation of color #BBBF68: hue angle of 62.76º 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 #BBBF68 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 104 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.25 |
| HSL | 62.76º | 0.4% | 0.58% | - |
| HSV(B) | 62.76º | 0.46% | 0.75% | - |
| XYZ | 41.62 | 48.83 | 20.33 | - |
| YUV | 179.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 104 | 0.02 | 0 | 0.46 | 0.25 | 62.76 | 0.4 | 0.58 |
| Hex | BB | BF | 68 | 2 | 0 | 2E | 19 | 3F | 28 | 3A |
| Octal | 273 | 277 | 150 | 2 | 0 | 56 | 31 | 77 | 50 | 72 |
| Binary | 10111011 | 10111111 | 1101000 | 10 | 0 | 101110 | 11001 | 111111 | 101000 | 111010 |
Color Harmonies of #BBBF68
Complementary color
Monochromatic Colors of #BBBF68
Black with #BBBF68
Text Example
Text Example
White with #BBBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF68; }
p { color: rgb(187,191,104); }
H1.HeaderClassName
{
color: #BBBF68;
}
.AnyTagClassName
{
color: #BBBF68;
}
</style>
background-color css
<style>
a { background-color: #BBBF68; }
a { background-color: rgb(187,191,104); }
div.DivClassName
{
background-color: #BBBF68;
}
.BgClassName
{
background-color: #BBBF68;
}
</style>
border-color css
<style>
span { border-color: #BBBF68; }
span { border-color: rgb(187,191,104); }
td.TdClassName
{
border-color: #BBBF68;
}
.TagClassName
{
border-color: #BBBF68;
}
</style>