Shades of Dark Khaki #BCB975
Tints of Dark Khaki #BCB975
RGB
CMYK
RGB Variations
Color information
#BCB975 (or 0xBCB975) is known color: Dark Khaki. HEX triplet: BC, B9 and 75. RGB value is (188,185,117). Sum of RGB (Red+Green+Blue) = 188+185+117=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB975 is #43468A. Grayscale: #B2B2B2. Windows color (decimal): -4408971 or 7715260. OLE color: 7715260.
HSL color Cylindrical-coordinate representation of color #BCB975: hue angle of 57.46º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB975 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 117 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.26 |
| HSL | 57.46º | 0.35% | 0.6% | - |
| HSV(B) | 57.46º | 0.38% | 0.74% | - |
| XYZ | 41.3 | 46.67 | 23.66 | - |
| YUV | 178.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 117 | 0 | 0.02 | 0.38 | 0.26 | 57.46 | 0.35 | 0.6 |
| Hex | BC | B9 | 75 | 0 | 2 | 26 | 1A | 39 | 23 | 3C |
| Octal | 274 | 271 | 165 | 0 | 2 | 46 | 32 | 71 | 43 | 74 |
| Binary | 10111100 | 10111001 | 1110101 | 0 | 10 | 100110 | 11010 | 111001 | 100011 | 111100 |
Color Harmonies of #BCB975
Complementary color
Monochromatic Colors of #BCB975
Black with #BCB975
Text Example
Text Example
White with #BCB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB975; }
p { color: rgb(188,185,117); }
H1.HeaderClassName
{
color: #BCB975;
}
.AnyTagClassName
{
color: #BCB975;
}
</style>
background-color css
<style>
a { background-color: #BCB975; }
a { background-color: rgb(188,185,117); }
div.DivClassName
{
background-color: #BCB975;
}
.BgClassName
{
background-color: #BCB975;
}
</style>
border-color css
<style>
span { border-color: #BCB975; }
span { border-color: rgb(188,185,117); }
td.TdClassName
{
border-color: #BCB975;
}
.TagClassName
{
border-color: #BCB975;
}
</style>