Shades of Dark Khaki #BCBA62
Tints of Dark Khaki #BCBA62
RGB
CMYK
RGB Variations
Color information
#BCBA62 (or 0xBCBA62) is known color: Dark Khaki. HEX triplet: BC, BA and 62. RGB value is (188,186,98). Sum of RGB (Red+Green+Blue) = 188+186+98=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA62 is #43459D. Grayscale: #B0B0B0. Windows color (decimal): -4408734 or 6470332. OLE color: 6470332.
HSL color Cylindrical-coordinate representation of color #BCBA62: hue angle of 58.67º degrees, saturation: 0.4, 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 #BCBA62 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 98 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.26 |
| HSL | 58.67º | 0.4% | 0.56% | - |
| HSV(B) | 58.67º | 0.48% | 0.74% | - |
| XYZ | 40.5 | 46.69 | 18.43 | - |
| YUV | 176.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 98 | 0 | 0.01 | 0.48 | 0.26 | 58.67 | 0.4 | 0.56 |
| Hex | BC | BA | 62 | 0 | 1 | 30 | 1A | 3B | 28 | 38 |
| Octal | 274 | 272 | 142 | 0 | 1 | 60 | 32 | 73 | 50 | 70 |
| Binary | 10111100 | 10111010 | 1100010 | 0 | 1 | 110000 | 11010 | 111011 | 101000 | 111000 |
Color Harmonies of #BCBA62
Complementary color
Monochromatic Colors of #BCBA62
Black with #BCBA62
Text Example
Text Example
White with #BCBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA62; }
p { color: rgb(188,186,98); }
H1.HeaderClassName
{
color: #BCBA62;
}
.AnyTagClassName
{
color: #BCBA62;
}
</style>
background-color css
<style>
a { background-color: #BCBA62; }
a { background-color: rgb(188,186,98); }
div.DivClassName
{
background-color: #BCBA62;
}
.BgClassName
{
background-color: #BCBA62;
}
</style>
border-color css
<style>
span { border-color: #BCBA62; }
span { border-color: rgb(188,186,98); }
td.TdClassName
{
border-color: #BCBA62;
}
.TagClassName
{
border-color: #BCBA62;
}
</style>