Shades of Dark Khaki #BCB662
Tints of Dark Khaki #BCB662
RGB
CMYK
RGB Variations
Color information
#BCB662 (or 0xBCB662) is known color: Dark Khaki. HEX triplet: BC, B6 and 62. RGB value is (188,182,98). Sum of RGB (Red+Green+Blue) = 188+182+98=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB662 is #43499D. Grayscale: #AEAEAE. Windows color (decimal): -4409758 or 6469308. OLE color: 6469308.
HSL color Cylindrical-coordinate representation of color #BCB662: hue angle of 56º 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 #BCB662 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 98 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.26 |
| HSL | 56º | 0.4% | 0.56% | - |
| HSV(B) | 56º | 0.48% | 0.74% | - |
| XYZ | 39.67 | 45.03 | 18.16 | - |
| YUV | 174.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 98 | 0 | 0.03 | 0.48 | 0.26 | 56 | 0.4 | 0.56 |
| Hex | BC | B6 | 62 | 0 | 3 | 30 | 1A | 38 | 28 | 38 |
| Octal | 274 | 266 | 142 | 0 | 3 | 60 | 32 | 70 | 50 | 70 |
| Binary | 10111100 | 10110110 | 1100010 | 0 | 11 | 110000 | 11010 | 111000 | 101000 | 111000 |
Color Harmonies of #BCB662
Complementary color
Monochromatic Colors of #BCB662
Black with #BCB662
Text Example
Text Example
White with #BCB662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB662; }
p { color: rgb(188,182,98); }
H1.HeaderClassName
{
color: #BCB662;
}
.AnyTagClassName
{
color: #BCB662;
}
</style>
background-color css
<style>
a { background-color: #BCB662; }
a { background-color: rgb(188,182,98); }
div.DivClassName
{
background-color: #BCB662;
}
.BgClassName
{
background-color: #BCB662;
}
</style>
border-color css
<style>
span { border-color: #BCB662; }
span { border-color: rgb(188,182,98); }
td.TdClassName
{
border-color: #BCB662;
}
.TagClassName
{
border-color: #BCB662;
}
</style>