Shades of Dark Khaki #BBC069
Tints of Dark Khaki #BBC069
RGB
CMYK
RGB Variations
Color information
#BBC069 (or 0xBBC069) is known color: Dark Khaki. HEX triplet: BB, C0 and 69. RGB value is (187,192,105). Sum of RGB (Red+Green+Blue) = 187+192+105=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC069 is #443F96. Grayscale: #B4B4B4. Windows color (decimal): -4472727 or 6930619. OLE color: 6930619.
HSL color Cylindrical-coordinate representation of color #BBC069: hue angle of 63.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC069 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 105 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.25 |
| HSL | 63.45º | 0.41% | 0.58% | - |
| HSV(B) | 63.45º | 0.45% | 0.75% | - |
| XYZ | 41.89 | 49.28 | 20.67 | - |
| YUV | 180.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 105 | 0.03 | 0 | 0.45 | 0.25 | 63.45 | 0.41 | 0.58 |
| Hex | BB | C0 | 69 | 3 | 0 | 2D | 19 | 3F | 29 | 3A |
| Octal | 273 | 300 | 151 | 3 | 0 | 55 | 31 | 77 | 51 | 72 |
| Binary | 10111011 | 11000000 | 1101001 | 11 | 0 | 101101 | 11001 | 111111 | 101001 | 111010 |
Color Harmonies of #BBC069
Complementary color
Monochromatic Colors of #BBC069
Black with #BBC069
Text Example
Text Example
White with #BBC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC069; }
p { color: rgb(187,192,105); }
H1.HeaderClassName
{
color: #BBC069;
}
.AnyTagClassName
{
color: #BBC069;
}
</style>
background-color css
<style>
a { background-color: #BBC069; }
a { background-color: rgb(187,192,105); }
div.DivClassName
{
background-color: #BBC069;
}
.BgClassName
{
background-color: #BBC069;
}
</style>
border-color css
<style>
span { border-color: #BBC069; }
span { border-color: rgb(187,192,105); }
td.TdClassName
{
border-color: #BBC069;
}
.TagClassName
{
border-color: #BBC069;
}
</style>