Shades of Dark Khaki #B7BC6D
Tints of Dark Khaki #B7BC6D
RGB
CMYK
RGB Variations
Color information
#B7BC6D (or 0xB7BC6D) is known color: Dark Khaki. HEX triplet: B7, BC and 6D. RGB value is (183,188,109). Sum of RGB (Red+Green+Blue) = 183+188+109=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC6D is #484392. Grayscale: #B1B1B1. Windows color (decimal): -4735891 or 7191735. OLE color: 7191735.
HSL color Cylindrical-coordinate representation of color #B7BC6D: hue angle of 63.8º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7BC6D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 109 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.26 |
| HSL | 63.8º | 0.37% | 0.58% | - |
| HSV(B) | 63.8º | 0.42% | 0.74% | - |
| XYZ | 40.27 | 47.14 | 21.44 | - |
| YUV | 177.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 109 | 0.03 | 0 | 0.42 | 0.26 | 63.8 | 0.37 | 0.58 |
| Hex | B7 | BC | 6D | 3 | 0 | 2A | 1A | 40 | 25 | 3A |
| Octal | 267 | 274 | 155 | 3 | 0 | 52 | 32 | 100 | 45 | 72 |
| Binary | 10110111 | 10111100 | 1101101 | 11 | 0 | 101010 | 11010 | 1000000 | 100101 | 111010 |
Color Harmonies of #B7BC6D
Complementary color
Monochromatic Colors of #B7BC6D
Black with #B7BC6D
Text Example
Text Example
White with #B7BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC6D; }
p { color: rgb(183,188,109); }
H1.HeaderClassName
{
color: #B7BC6D;
}
.AnyTagClassName
{
color: #B7BC6D;
}
</style>
background-color css
<style>
a { background-color: #B7BC6D; }
a { background-color: rgb(183,188,109); }
div.DivClassName
{
background-color: #B7BC6D;
}
.BgClassName
{
background-color: #B7BC6D;
}
</style>
border-color css
<style>
span { border-color: #B7BC6D; }
span { border-color: rgb(183,188,109); }
td.TdClassName
{
border-color: #B7BC6D;
}
.TagClassName
{
border-color: #B7BC6D;
}
</style>