Shades of Dark Khaki #BBBD6D
Tints of Dark Khaki #BBBD6D
RGB
CMYK
RGB Variations
Color information
#BBBD6D (or 0xBBBD6D) is known color: Dark Khaki. HEX triplet: BB, BD and 6D. RGB value is (187,189,109). Sum of RGB (Red+Green+Blue) = 187+189+109=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD6D is #444292. Grayscale: #B3B3B3. Windows color (decimal): -4473491 or 7191995. OLE color: 7191995.
HSL color Cylindrical-coordinate representation of color #BBBD6D: hue angle of 61.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBBD6D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 109 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.26 |
| HSL | 61.5º | 0.38% | 0.58% | - |
| HSV(B) | 61.5º | 0.42% | 0.74% | - |
| XYZ | 41.45 | 48.06 | 21.56 | - |
| YUV | 179.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 109 | 0.01 | 0 | 0.42 | 0.26 | 61.5 | 0.38 | 0.58 |
| Hex | BB | BD | 6D | 1 | 0 | 2A | 1A | 3E | 26 | 3A |
| Octal | 273 | 275 | 155 | 1 | 0 | 52 | 32 | 76 | 46 | 72 |
| Binary | 10111011 | 10111101 | 1101101 | 1 | 0 | 101010 | 11010 | 111110 | 100110 | 111010 |
Color Harmonies of #BBBD6D
Complementary color
Monochromatic Colors of #BBBD6D
Black with #BBBD6D
Text Example
Text Example
White with #BBBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD6D; }
p { color: rgb(187,189,109); }
H1.HeaderClassName
{
color: #BBBD6D;
}
.AnyTagClassName
{
color: #BBBD6D;
}
</style>
background-color css
<style>
a { background-color: #BBBD6D; }
a { background-color: rgb(187,189,109); }
div.DivClassName
{
background-color: #BBBD6D;
}
.BgClassName
{
background-color: #BBBD6D;
}
</style>
border-color css
<style>
span { border-color: #BBBD6D; }
span { border-color: rgb(187,189,109); }
td.TdClassName
{
border-color: #BBBD6D;
}
.TagClassName
{
border-color: #BBBD6D;
}
</style>