Shades of Dark Khaki #BCB973
Tints of Dark Khaki #BCB973
RGB
CMYK
RGB Variations
Color information
#BCB973 (or 0xBCB973) is known color: Dark Khaki. HEX triplet: BC, B9 and 73. RGB value is (188,185,115). Sum of RGB (Red+Green+Blue) = 188+185+115=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB973 is #43468C. Grayscale: #B2B2B2. Windows color (decimal): -4408973 or 7584188. OLE color: 7584188.
HSL color Cylindrical-coordinate representation of color #BCB973: hue angle of 57.53º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCB973 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 115 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.26 |
| HSL | 57.53º | 0.35% | 0.59% | - |
| HSV(B) | 57.53º | 0.39% | 0.74% | - |
| XYZ | 41.18 | 46.63 | 23.05 | - |
| YUV | 177.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 115 | 0 | 0.02 | 0.39 | 0.26 | 57.53 | 0.35 | 0.59 |
| Hex | BC | B9 | 73 | 0 | 2 | 27 | 1A | 3A | 23 | 3B |
| Octal | 274 | 271 | 163 | 0 | 2 | 47 | 32 | 72 | 43 | 73 |
| Binary | 10111100 | 10111001 | 1110011 | 0 | 10 | 100111 | 11010 | 111010 | 100011 | 111011 |
Color Harmonies of #BCB973
Complementary color
Monochromatic Colors of #BCB973
Black with #BCB973
Text Example
Text Example
White with #BCB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB973; }
p { color: rgb(188,185,115); }
H1.HeaderClassName
{
color: #BCB973;
}
.AnyTagClassName
{
color: #BCB973;
}
</style>
background-color css
<style>
a { background-color: #BCB973; }
a { background-color: rgb(188,185,115); }
div.DivClassName
{
background-color: #BCB973;
}
.BgClassName
{
background-color: #BCB973;
}
</style>
border-color css
<style>
span { border-color: #BCB973; }
span { border-color: rgb(188,185,115); }
td.TdClassName
{
border-color: #BCB973;
}
.TagClassName
{
border-color: #BCB973;
}
</style>