Shades of Dark Khaki #BCB76F
Tints of Dark Khaki #BCB76F
RGB
CMYK
RGB Variations
Color information
#BCB76F (or 0xBCB76F) is known color: Dark Khaki. HEX triplet: BC, B7 and 6F. RGB value is (188,183,111). Sum of RGB (Red+Green+Blue) = 188+183+111=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76F is #434890. Grayscale: #B0B0B0. Windows color (decimal): -4409489 or 7321532. OLE color: 7321532.
HSL color Cylindrical-coordinate representation of color #BCB76F: hue angle of 56.1º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCB76F is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 111 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.26 |
| HSL | 56.1º | 0.36% | 0.59% | - |
| HSV(B) | 56.1º | 0.41% | 0.74% | - |
| XYZ | 40.54 | 45.71 | 21.72 | - |
| YUV | 176.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 111 | 0 | 0.03 | 0.41 | 0.26 | 56.1 | 0.36 | 0.59 |
| Hex | BC | B7 | 6F | 0 | 3 | 29 | 1A | 38 | 24 | 3B |
| Octal | 274 | 267 | 157 | 0 | 3 | 51 | 32 | 70 | 44 | 73 |
| Binary | 10111100 | 10110111 | 1101111 | 0 | 11 | 101001 | 11010 | 111000 | 100100 | 111011 |
Color Harmonies of #BCB76F
Complementary color
Monochromatic Colors of #BCB76F
Black with #BCB76F
Text Example
Text Example
White with #BCB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB76F; }
p { color: rgb(188,183,111); }
H1.HeaderClassName
{
color: #BCB76F;
}
.AnyTagClassName
{
color: #BCB76F;
}
</style>
background-color css
<style>
a { background-color: #BCB76F; }
a { background-color: rgb(188,183,111); }
div.DivClassName
{
background-color: #BCB76F;
}
.BgClassName
{
background-color: #BCB76F;
}
</style>
border-color css
<style>
span { border-color: #BCB76F; }
span { border-color: rgb(188,183,111); }
td.TdClassName
{
border-color: #BCB76F;
}
.TagClassName
{
border-color: #BCB76F;
}
</style>