Shades of Dark Khaki #BCB967
Tints of Dark Khaki #BCB967
RGB
CMYK
RGB Variations
Color information
#BCB967 (or 0xBCB967) is known color: Dark Khaki. HEX triplet: BC, B9 and 67. RGB value is (188,185,103). Sum of RGB (Red+Green+Blue) = 188+185+103=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB967 is #434698. Grayscale: #B0B0B0. Windows color (decimal): -4408985 or 6797756. OLE color: 6797756.
HSL color Cylindrical-coordinate representation of color #BCB967: hue angle of 57.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB967 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 103 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.26 |
| HSL | 57.88º | 0.39% | 0.57% | - |
| HSV(B) | 57.88º | 0.45% | 0.74% | - |
| XYZ | 40.54 | 46.37 | 19.65 | - |
| YUV | 176.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 103 | 0 | 0.02 | 0.45 | 0.26 | 57.88 | 0.39 | 0.57 |
| Hex | BC | B9 | 67 | 0 | 2 | 2D | 1A | 3A | 27 | 39 |
| Octal | 274 | 271 | 147 | 0 | 2 | 55 | 32 | 72 | 47 | 71 |
| Binary | 10111100 | 10111001 | 1100111 | 0 | 10 | 101101 | 11010 | 111010 | 100111 | 111001 |
Color Harmonies of #BCB967
Complementary color
Monochromatic Colors of #BCB967
Black with #BCB967
Text Example
Text Example
White with #BCB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB967; }
p { color: rgb(188,185,103); }
H1.HeaderClassName
{
color: #BCB967;
}
.AnyTagClassName
{
color: #BCB967;
}
</style>
background-color css
<style>
a { background-color: #BCB967; }
a { background-color: rgb(188,185,103); }
div.DivClassName
{
background-color: #BCB967;
}
.BgClassName
{
background-color: #BCB967;
}
</style>
border-color css
<style>
span { border-color: #BCB967; }
span { border-color: rgb(188,185,103); }
td.TdClassName
{
border-color: #BCB967;
}
.TagClassName
{
border-color: #BCB967;
}
</style>