Shades of Dark Khaki #BCBC73
Tints of Dark Khaki #BCBC73
RGB
CMYK
RGB Variations
Color information
#BCBC73 (or 0xBCBC73) is known color: Dark Khaki. HEX triplet: BC, BC and 73. RGB value is (188,188,115). Sum of RGB (Red+Green+Blue) = 188+188+115=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC73 is #43438C. Grayscale: #B3B3B3. Windows color (decimal): -4408205 or 7584956. OLE color: 7584956.
HSL color Cylindrical-coordinate representation of color #BCBC73: hue angle of 60º 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 #BCBC73 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 115 | - |
| CMYK | 0 | 0 | 0.39 | 0.26 |
| HSL | 60º | 0.35% | 0.59% | - |
| HSV(B) | 60º | 0.39% | 0.74% | - |
| XYZ | 41.82 | 47.9 | 23.26 | - |
| YUV | 179.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 115 | 0 | 0 | 0.39 | 0.26 | 60 | 0.35 | 0.59 |
| Hex | BC | BC | 73 | 0 | 0 | 27 | 1A | 3C | 23 | 3B |
| Octal | 274 | 274 | 163 | 0 | 0 | 47 | 32 | 74 | 43 | 73 |
| Binary | 10111100 | 10111100 | 1110011 | 0 | 0 | 100111 | 11010 | 111100 | 100011 | 111011 |
Color Harmonies of #BCBC73
Complementary color
Monochromatic Colors of #BCBC73
Black with #BCBC73
Text Example
Text Example
White with #BCBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC73; }
p { color: rgb(188,188,115); }
H1.HeaderClassName
{
color: #BCBC73;
}
.AnyTagClassName
{
color: #BCBC73;
}
</style>
background-color css
<style>
a { background-color: #BCBC73; }
a { background-color: rgb(188,188,115); }
div.DivClassName
{
background-color: #BCBC73;
}
.BgClassName
{
background-color: #BCBC73;
}
</style>
border-color css
<style>
span { border-color: #BCBC73; }
span { border-color: rgb(188,188,115); }
td.TdClassName
{
border-color: #BCBC73;
}
.TagClassName
{
border-color: #BCBC73;
}
</style>