Shades of Dark Khaki #BCBC63
Tints of Dark Khaki #BCBC63
RGB
CMYK
RGB Variations
Color information
#BCBC63 (or 0xBCBC63) is known color: Dark Khaki. HEX triplet: BC, BC and 63. RGB value is (188,188,99). Sum of RGB (Red+Green+Blue) = 188+188+99=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC63 is #43439C. Grayscale: #B2B2B2. Windows color (decimal): -4408221 or 6536380. OLE color: 6536380.
HSL color Cylindrical-coordinate representation of color #BCBC63: hue angle of 60º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCBC63 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 99 | - |
| CMYK | 0 | 0 | 0.47 | 0.26 |
| HSL | 60º | 0.4% | 0.56% | - |
| HSV(B) | 60º | 0.47% | 0.74% | - |
| XYZ | 40.97 | 47.56 | 18.82 | - |
| YUV | 177.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 99 | 0 | 0 | 0.47 | 0.26 | 60 | 0.4 | 0.56 |
| Hex | BC | BC | 63 | 0 | 0 | 2F | 1A | 3C | 28 | 38 |
| Octal | 274 | 274 | 143 | 0 | 0 | 57 | 32 | 74 | 50 | 70 |
| Binary | 10111100 | 10111100 | 1100011 | 0 | 0 | 101111 | 11010 | 111100 | 101000 | 111000 |
Color Harmonies of #BCBC63
Complementary color
Monochromatic Colors of #BCBC63
Black with #BCBC63
Text Example
Text Example
White with #BCBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC63; }
p { color: rgb(188,188,99); }
H1.HeaderClassName
{
color: #BCBC63;
}
.AnyTagClassName
{
color: #BCBC63;
}
</style>
background-color css
<style>
a { background-color: #BCBC63; }
a { background-color: rgb(188,188,99); }
div.DivClassName
{
background-color: #BCBC63;
}
.BgClassName
{
background-color: #BCBC63;
}
</style>
border-color css
<style>
span { border-color: #BCBC63; }
span { border-color: rgb(188,188,99); }
td.TdClassName
{
border-color: #BCBC63;
}
.TagClassName
{
border-color: #BCBC63;
}
</style>