Shades of Dark Khaki #BCBD63
Tints of Dark Khaki #BCBD63
RGB
CMYK
RGB Variations
Color information
#BCBD63 (or 0xBCBD63) is known color: Dark Khaki. HEX triplet: BC, BD and 63. RGB value is (188,189,99). Sum of RGB (Red+Green+Blue) = 188+189+99=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD63 is #43429C. Grayscale: #B2B2B2. Windows color (decimal): -4407965 or 6536636. OLE color: 6536636.
HSL color Cylindrical-coordinate representation of color #BCBD63: hue angle of 60.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCBD63 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 99 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.26 |
| HSL | 60.67º | 0.41% | 0.56% | - |
| HSV(B) | 60.67º | 0.48% | 0.74% | - |
| XYZ | 41.19 | 47.99 | 18.9 | - |
| YUV | 178.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 99 | 0.01 | 0 | 0.48 | 0.26 | 60.67 | 0.41 | 0.56 |
| Hex | BC | BD | 63 | 1 | 0 | 30 | 1A | 3D | 29 | 38 |
| Octal | 274 | 275 | 143 | 1 | 0 | 60 | 32 | 75 | 51 | 70 |
| Binary | 10111100 | 10111101 | 1100011 | 1 | 0 | 110000 | 11010 | 111101 | 101001 | 111000 |
Color Harmonies of #BCBD63
Complementary color
Monochromatic Colors of #BCBD63
Black with #BCBD63
Text Example
Text Example
White with #BCBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD63; }
p { color: rgb(188,189,99); }
H1.HeaderClassName
{
color: #BCBD63;
}
.AnyTagClassName
{
color: #BCBD63;
}
</style>
background-color css
<style>
a { background-color: #BCBD63; }
a { background-color: rgb(188,189,99); }
div.DivClassName
{
background-color: #BCBD63;
}
.BgClassName
{
background-color: #BCBD63;
}
</style>
border-color css
<style>
span { border-color: #BCBD63; }
span { border-color: rgb(188,189,99); }
td.TdClassName
{
border-color: #BCBD63;
}
.TagClassName
{
border-color: #BCBD63;
}
</style>