Shades of Dark Khaki #BCBB73
Tints of Dark Khaki #BCBB73
RGB
CMYK
RGB Variations
Color information
#BCBB73 (or 0xBCBB73) is known color: Dark Khaki. HEX triplet: BC, BB and 73. RGB value is (188,187,115). Sum of RGB (Red+Green+Blue) = 188+187+115=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB73 is #43448C. Grayscale: #B3B3B3. Windows color (decimal): -4408461 or 7584700. OLE color: 7584700.
HSL color Cylindrical-coordinate representation of color #BCBB73: hue angle of 59.18º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBB73 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 115 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.26 |
| HSL | 59.18º | 0.35% | 0.59% | - |
| HSV(B) | 59.18º | 0.39% | 0.74% | - |
| XYZ | 41.6 | 47.47 | 23.19 | - |
| YUV | 179.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 115 | 0 | 0.01 | 0.39 | 0.26 | 59.18 | 0.35 | 0.59 |
| Hex | BC | BB | 73 | 0 | 1 | 27 | 1A | 3B | 23 | 3B |
| Octal | 274 | 273 | 163 | 0 | 1 | 47 | 32 | 73 | 43 | 73 |
| Binary | 10111100 | 10111011 | 1110011 | 0 | 1 | 100111 | 11010 | 111011 | 100011 | 111011 |
Color Harmonies of #BCBB73
Complementary color
Monochromatic Colors of #BCBB73
Black with #BCBB73
Text Example
Text Example
White with #BCBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB73; }
p { color: rgb(188,187,115); }
H1.HeaderClassName
{
color: #BCBB73;
}
.AnyTagClassName
{
color: #BCBB73;
}
</style>
background-color css
<style>
a { background-color: #BCBB73; }
a { background-color: rgb(188,187,115); }
div.DivClassName
{
background-color: #BCBB73;
}
.BgClassName
{
background-color: #BCBB73;
}
</style>
border-color css
<style>
span { border-color: #BCBB73; }
span { border-color: rgb(188,187,115); }
td.TdClassName
{
border-color: #BCBB73;
}
.TagClassName
{
border-color: #BCBB73;
}
</style>