Shades of Dark Khaki #BCB16D
Tints of Dark Khaki #BCB16D
RGB
CMYK
RGB Variations
Color information
#BCB16D (or 0xBCB16D) is known color: Dark Khaki. HEX triplet: BC, B1 and 6D. RGB value is (188,177,109). Sum of RGB (Red+Green+Blue) = 188+177+109=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB16D is #434E92. Grayscale: #ACACAC. Windows color (decimal): -4411027 or 7188924. OLE color: 7188924.
HSL color Cylindrical-coordinate representation of color #BCB16D: hue angle of 51.65º 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 #BCB16D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 109 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.26 |
| HSL | 51.65º | 0.37% | 0.58% | - |
| HSV(B) | 51.65º | 0.42% | 0.74% | - |
| XYZ | 39.22 | 43.24 | 20.75 | - |
| YUV | 172.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 109 | 0 | 0.06 | 0.42 | 0.26 | 51.65 | 0.37 | 0.58 |
| Hex | BC | B1 | 6D | 0 | 6 | 2A | 1A | 34 | 25 | 3A |
| Octal | 274 | 261 | 155 | 0 | 6 | 52 | 32 | 64 | 45 | 72 |
| Binary | 10111100 | 10110001 | 1101101 | 0 | 110 | 101010 | 11010 | 110100 | 100101 | 111010 |
Color Harmonies of #BCB16D
Complementary color
Monochromatic Colors of #BCB16D
Black with #BCB16D
Text Example
Text Example
White with #BCB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB16D; }
p { color: rgb(188,177,109); }
H1.HeaderClassName
{
color: #BCB16D;
}
.AnyTagClassName
{
color: #BCB16D;
}
</style>
background-color css
<style>
a { background-color: #BCB16D; }
a { background-color: rgb(188,177,109); }
div.DivClassName
{
background-color: #BCB16D;
}
.BgClassName
{
background-color: #BCB16D;
}
</style>
border-color css
<style>
span { border-color: #BCB16D; }
span { border-color: rgb(188,177,109); }
td.TdClassName
{
border-color: #BCB16D;
}
.TagClassName
{
border-color: #BCB16D;
}
</style>