Shades of Dark Khaki #BCB76C
Tints of Dark Khaki #BCB76C
RGB
CMYK
RGB Variations
Color information
#BCB76C (or 0xBCB76C) is known color: Dark Khaki. HEX triplet: BC, B7 and 6C. RGB value is (188,183,108). Sum of RGB (Red+Green+Blue) = 188+183+108=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76C is #434893. Grayscale: #B0B0B0. Windows color (decimal): -4409492 or 7124924. OLE color: 7124924.
HSL color Cylindrical-coordinate representation of color #BCB76C: hue angle of 56.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB76C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 108 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.26 |
| HSL | 56.25º | 0.37% | 0.58% | - |
| HSV(B) | 56.25º | 0.43% | 0.74% | - |
| XYZ | 40.38 | 45.64 | 20.87 | - |
| YUV | 175.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 108 | 0 | 0.03 | 0.43 | 0.26 | 56.25 | 0.37 | 0.58 |
| Hex | BC | B7 | 6C | 0 | 3 | 2B | 1A | 38 | 25 | 3A |
| Octal | 274 | 267 | 154 | 0 | 3 | 53 | 32 | 70 | 45 | 72 |
| Binary | 10111100 | 10110111 | 1101100 | 0 | 11 | 101011 | 11010 | 111000 | 100101 | 111010 |
Color Harmonies of #BCB76C
Complementary color
Monochromatic Colors of #BCB76C
Black with #BCB76C
Text Example
Text Example
White with #BCB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB76C; }
p { color: rgb(188,183,108); }
H1.HeaderClassName
{
color: #BCB76C;
}
.AnyTagClassName
{
color: #BCB76C;
}
</style>
background-color css
<style>
a { background-color: #BCB76C; }
a { background-color: rgb(188,183,108); }
div.DivClassName
{
background-color: #BCB76C;
}
.BgClassName
{
background-color: #BCB76C;
}
</style>
border-color css
<style>
span { border-color: #BCB76C; }
span { border-color: rgb(188,183,108); }
td.TdClassName
{
border-color: #BCB76C;
}
.TagClassName
{
border-color: #BCB76C;
}
</style>