Shades of Dark Khaki #BCB06C
Tints of Dark Khaki #BCB06C
RGB
CMYK
RGB Variations
Color information
#BCB06C (or 0xBCB06C) is known color: Dark Khaki. HEX triplet: BC, B0 and 6C. RGB value is (188,176,108). Sum of RGB (Red+Green+Blue) = 188+176+108=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06C is #434F93. Grayscale: #ACACAC. Windows color (decimal): -4411284 or 7123132. OLE color: 7123132.
HSL color Cylindrical-coordinate representation of color #BCB06C: hue angle of 51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB06C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 108 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.26 |
| HSL | 51º | 0.37% | 0.58% | - |
| HSV(B) | 51º | 0.43% | 0.74% | - |
| XYZ | 38.97 | 42.82 | 20.4 | - |
| YUV | 171.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 108 | 0 | 0.06 | 0.43 | 0.26 | 51 | 0.37 | 0.58 |
| Hex | BC | B0 | 6C | 0 | 6 | 2B | 1A | 33 | 25 | 3A |
| Octal | 274 | 260 | 154 | 0 | 6 | 53 | 32 | 63 | 45 | 72 |
| Binary | 10111100 | 10110000 | 1101100 | 0 | 110 | 101011 | 11010 | 110011 | 100101 | 111010 |
Color Harmonies of #BCB06C
Complementary color
Monochromatic Colors of #BCB06C
Black with #BCB06C
Text Example
Text Example
White with #BCB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB06C; }
p { color: rgb(188,176,108); }
H1.HeaderClassName
{
color: #BCB06C;
}
.AnyTagClassName
{
color: #BCB06C;
}
</style>
background-color css
<style>
a { background-color: #BCB06C; }
a { background-color: rgb(188,176,108); }
div.DivClassName
{
background-color: #BCB06C;
}
.BgClassName
{
background-color: #BCB06C;
}
</style>
border-color css
<style>
span { border-color: #BCB06C; }
span { border-color: rgb(188,176,108); }
td.TdClassName
{
border-color: #BCB06C;
}
.TagClassName
{
border-color: #BCB06C;
}
</style>