Shades of Dark Khaki #BBBB68
Tints of Dark Khaki #BBBB68
RGB
CMYK
RGB Variations
Color information
#BBBB68 (or 0xBBBB68) is known color: Dark Khaki. HEX triplet: BB, BB and 68. RGB value is (187,187,104). Sum of RGB (Red+Green+Blue) = 187+187+104=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB68 is #444497. Grayscale: #B1B1B1. Windows color (decimal): -4474008 or 6863803. OLE color: 6863803.
HSL color Cylindrical-coordinate representation of color #BBBB68: hue angle of 60º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBBB68 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 104 | - |
| CMYK | 0 | 0 | 0.44 | 0.27 |
| HSL | 60º | 0.38% | 0.57% | - |
| HSV(B) | 60º | 0.44% | 0.73% | - |
| XYZ | 40.76 | 47.1 | 20.04 | - |
| YUV | 177.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 104 | 0 | 0 | 0.44 | 0.27 | 60 | 0.38 | 0.57 |
| Hex | BB | BB | 68 | 0 | 0 | 2C | 1B | 3C | 26 | 39 |
| Octal | 273 | 273 | 150 | 0 | 0 | 54 | 33 | 74 | 46 | 71 |
| Binary | 10111011 | 10111011 | 1101000 | 0 | 0 | 101100 | 11011 | 111100 | 100110 | 111001 |
Color Harmonies of #BBBB68
Complementary color
Monochromatic Colors of #BBBB68
Black with #BBBB68
Text Example
Text Example
White with #BBBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB68; }
p { color: rgb(187,187,104); }
H1.HeaderClassName
{
color: #BBBB68;
}
.AnyTagClassName
{
color: #BBBB68;
}
</style>
background-color css
<style>
a { background-color: #BBBB68; }
a { background-color: rgb(187,187,104); }
div.DivClassName
{
background-color: #BBBB68;
}
.BgClassName
{
background-color: #BBBB68;
}
</style>
border-color css
<style>
span { border-color: #BBBB68; }
span { border-color: rgb(187,187,104); }
td.TdClassName
{
border-color: #BBBB68;
}
.TagClassName
{
border-color: #BBBB68;
}
</style>