Shades of Dark Khaki #BBBD6E
Tints of Dark Khaki #BBBD6E
RGB
CMYK
RGB Variations
Color information
#BBBD6E (or 0xBBBD6E) is known color: Dark Khaki. HEX triplet: BB, BD and 6E. RGB value is (187,189,110). Sum of RGB (Red+Green+Blue) = 187+189+110=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD6E is #444291. Grayscale: #B3B3B3. Windows color (decimal): -4473490 or 7257531. OLE color: 7257531.
HSL color Cylindrical-coordinate representation of color #BBBD6E: hue angle of 61.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBBD6E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 110 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.26 |
| HSL | 61.52º | 0.37% | 0.59% | - |
| HSV(B) | 61.52º | 0.42% | 0.74% | - |
| XYZ | 41.51 | 48.09 | 21.85 | - |
| YUV | 179.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 110 | 0.01 | 0 | 0.42 | 0.26 | 61.52 | 0.37 | 0.59 |
| Hex | BB | BD | 6E | 1 | 0 | 2A | 1A | 3E | 25 | 3B |
| Octal | 273 | 275 | 156 | 1 | 0 | 52 | 32 | 76 | 45 | 73 |
| Binary | 10111011 | 10111101 | 1101110 | 1 | 0 | 101010 | 11010 | 111110 | 100101 | 111011 |
Color Harmonies of #BBBD6E
Complementary color
Monochromatic Colors of #BBBD6E
Black with #BBBD6E
Text Example
Text Example
White with #BBBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD6E; }
p { color: rgb(187,189,110); }
H1.HeaderClassName
{
color: #BBBD6E;
}
.AnyTagClassName
{
color: #BBBD6E;
}
</style>
background-color css
<style>
a { background-color: #BBBD6E; }
a { background-color: rgb(187,189,110); }
div.DivClassName
{
background-color: #BBBD6E;
}
.BgClassName
{
background-color: #BBBD6E;
}
</style>
border-color css
<style>
span { border-color: #BBBD6E; }
span { border-color: rgb(187,189,110); }
td.TdClassName
{
border-color: #BBBD6E;
}
.TagClassName
{
border-color: #BBBD6E;
}
</style>