Shades of Dark Khaki #BCB76E
Tints of Dark Khaki #BCB76E
RGB
CMYK
RGB Variations
Color information
#BCB76E (or 0xBCB76E) is known color: Dark Khaki. HEX triplet: BC, B7 and 6E. RGB value is (188,183,110). Sum of RGB (Red+Green+Blue) = 188+183+110=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76E is #434891. Grayscale: #B0B0B0. Windows color (decimal): -4409490 or 7255996. OLE color: 7255996.
HSL color Cylindrical-coordinate representation of color #BCB76E: hue angle of 56.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCB76E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 110 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.26 |
| HSL | 56.15º | 0.37% | 0.58% | - |
| HSV(B) | 56.15º | 0.41% | 0.74% | - |
| XYZ | 40.49 | 45.68 | 21.44 | - |
| YUV | 176.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 110 | 0 | 0.03 | 0.41 | 0.26 | 56.15 | 0.37 | 0.58 |
| Hex | BC | B7 | 6E | 0 | 3 | 29 | 1A | 38 | 25 | 3A |
| Octal | 274 | 267 | 156 | 0 | 3 | 51 | 32 | 70 | 45 | 72 |
| Binary | 10111100 | 10110111 | 1101110 | 0 | 11 | 101001 | 11010 | 111000 | 100101 | 111010 |
Color Harmonies of #BCB76E
Complementary color
Monochromatic Colors of #BCB76E
Black with #BCB76E
Text Example
Text Example
White with #BCB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB76E; }
p { color: rgb(188,183,110); }
H1.HeaderClassName
{
color: #BCB76E;
}
.AnyTagClassName
{
color: #BCB76E;
}
</style>
background-color css
<style>
a { background-color: #BCB76E; }
a { background-color: rgb(188,183,110); }
div.DivClassName
{
background-color: #BCB76E;
}
.BgClassName
{
background-color: #BCB76E;
}
</style>
border-color css
<style>
span { border-color: #BCB76E; }
span { border-color: rgb(188,183,110); }
td.TdClassName
{
border-color: #BCB76E;
}
.TagClassName
{
border-color: #BCB76E;
}
</style>