Shades of Dark Khaki #BCB76D
Tints of Dark Khaki #BCB76D
RGB
CMYK
RGB Variations
Color information
#BCB76D (or 0xBCB76D) is known color: Dark Khaki. HEX triplet: BC, B7 and 6D. RGB value is (188,183,109). Sum of RGB (Red+Green+Blue) = 188+183+109=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76D is #434892. Grayscale: #B0B0B0. Windows color (decimal): -4409491 or 7190460. OLE color: 7190460.
HSL color Cylindrical-coordinate representation of color #BCB76D: hue angle of 56.2º 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 #BCB76D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 109 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.26 |
| HSL | 56.2º | 0.37% | 0.58% | - |
| HSV(B) | 56.2º | 0.42% | 0.74% | - |
| XYZ | 40.43 | 45.66 | 21.15 | - |
| YUV | 176.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 109 | 0 | 0.03 | 0.42 | 0.26 | 56.2 | 0.37 | 0.58 |
| Hex | BC | B7 | 6D | 0 | 3 | 2A | 1A | 38 | 25 | 3A |
| Octal | 274 | 267 | 155 | 0 | 3 | 52 | 32 | 70 | 45 | 72 |
| Binary | 10111100 | 10110111 | 1101101 | 0 | 11 | 101010 | 11010 | 111000 | 100101 | 111010 |
Color Harmonies of #BCB76D
Complementary color
Monochromatic Colors of #BCB76D
Black with #BCB76D
Text Example
Text Example
White with #BCB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB76D; }
p { color: rgb(188,183,109); }
H1.HeaderClassName
{
color: #BCB76D;
}
.AnyTagClassName
{
color: #BCB76D;
}
</style>
background-color css
<style>
a { background-color: #BCB76D; }
a { background-color: rgb(188,183,109); }
div.DivClassName
{
background-color: #BCB76D;
}
.BgClassName
{
background-color: #BCB76D;
}
</style>
border-color css
<style>
span { border-color: #BCB76D; }
span { border-color: rgb(188,183,109); }
td.TdClassName
{
border-color: #BCB76D;
}
.TagClassName
{
border-color: #BCB76D;
}
</style>