Shades of Dark Khaki #BCB676
Tints of Dark Khaki #BCB676
RGB
CMYK
RGB Variations
Color information
#BCB676 (or 0xBCB676) is known color: Dark Khaki. HEX triplet: BC, B6 and 76. RGB value is (188,182,118). Sum of RGB (Red+Green+Blue) = 188+182+118=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB676 is #434989. Grayscale: #B0B0B0. Windows color (decimal): -4409738 or 7780028. OLE color: 7780028.
HSL color Cylindrical-coordinate representation of color #BCB676: hue angle of 54.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB676 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 118 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.26 |
| HSL | 54.86º | 0.34% | 0.6% | - |
| HSV(B) | 54.86º | 0.37% | 0.74% | - |
| XYZ | 40.74 | 45.46 | 23.77 | - |
| YUV | 176.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 118 | 0 | 0.03 | 0.37 | 0.26 | 54.86 | 0.34 | 0.6 |
| Hex | BC | B6 | 76 | 0 | 3 | 25 | 1A | 37 | 22 | 3C |
| Octal | 274 | 266 | 166 | 0 | 3 | 45 | 32 | 67 | 42 | 74 |
| Binary | 10111100 | 10110110 | 1110110 | 0 | 11 | 100101 | 11010 | 110111 | 100010 | 111100 |
Color Harmonies of #BCB676
Complementary color
Monochromatic Colors of #BCB676
Black with #BCB676
Text Example
Text Example
White with #BCB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB676; }
p { color: rgb(188,182,118); }
H1.HeaderClassName
{
color: #BCB676;
}
.AnyTagClassName
{
color: #BCB676;
}
</style>
background-color css
<style>
a { background-color: #BCB676; }
a { background-color: rgb(188,182,118); }
div.DivClassName
{
background-color: #BCB676;
}
.BgClassName
{
background-color: #BCB676;
}
</style>
border-color css
<style>
span { border-color: #BCB676; }
span { border-color: rgb(188,182,118); }
td.TdClassName
{
border-color: #BCB676;
}
.TagClassName
{
border-color: #BCB676;
}
</style>