Shades of Dark Khaki #BCB06D
Tints of Dark Khaki #BCB06D
RGB
CMYK
RGB Variations
Color information
#BCB06D (or 0xBCB06D) is known color: Dark Khaki. HEX triplet: BC, B0 and 6D. RGB value is (188,176,109). Sum of RGB (Red+Green+Blue) = 188+176+109=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06D is #434F92. Grayscale: #ACACAC. Windows color (decimal): -4411283 or 7188668. OLE color: 7188668.
HSL color Cylindrical-coordinate representation of color #BCB06D: hue angle of 50.89º degrees, saturation: 0.37, 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 #BCB06D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 109 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.26 |
| HSL | 50.89º | 0.37% | 0.58% | - |
| HSV(B) | 50.89º | 0.42% | 0.74% | - |
| XYZ | 39.02 | 42.85 | 20.68 | - |
| YUV | 171.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 109 | 0 | 0.06 | 0.42 | 0.26 | 50.89 | 0.37 | 0.58 |
| Hex | BC | B0 | 6D | 0 | 6 | 2A | 1A | 33 | 25 | 3A |
| Octal | 274 | 260 | 155 | 0 | 6 | 52 | 32 | 63 | 45 | 72 |
| Binary | 10111100 | 10110000 | 1101101 | 0 | 110 | 101010 | 11010 | 110011 | 100101 | 111010 |
Color Harmonies of #BCB06D
Complementary color
Monochromatic Colors of #BCB06D
Black with #BCB06D
Text Example
Text Example
White with #BCB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB06D; }
p { color: rgb(188,176,109); }
H1.HeaderClassName
{
color: #BCB06D;
}
.AnyTagClassName
{
color: #BCB06D;
}
</style>
background-color css
<style>
a { background-color: #BCB06D; }
a { background-color: rgb(188,176,109); }
div.DivClassName
{
background-color: #BCB06D;
}
.BgClassName
{
background-color: #BCB06D;
}
</style>
border-color css
<style>
span { border-color: #BCB06D; }
span { border-color: rgb(188,176,109); }
td.TdClassName
{
border-color: #BCB06D;
}
.TagClassName
{
border-color: #BCB06D;
}
</style>