Shades of Dark Khaki #BCBF70
Tints of Dark Khaki #BCBF70
RGB
CMYK
RGB Variations
Color information
#BCBF70 (or 0xBCBF70) is known color: Dark Khaki. HEX triplet: BC, BF and 70. RGB value is (188,191,112). Sum of RGB (Red+Green+Blue) = 188+191+112=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF70 is #43408F. Grayscale: #B5B5B5. Windows color (decimal): -4407440 or 7389116. OLE color: 7389116.
HSL color Cylindrical-coordinate representation of color #BCBF70: hue angle of 62.28º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCBF70 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 112 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.25 |
| HSL | 62.28º | 0.38% | 0.59% | - |
| HSV(B) | 62.28º | 0.41% | 0.75% | - |
| XYZ | 42.29 | 49.12 | 22.58 | - |
| YUV | 181.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 112 | 0.02 | 0 | 0.41 | 0.25 | 62.28 | 0.38 | 0.59 |
| Hex | BC | BF | 70 | 2 | 0 | 29 | 19 | 3E | 26 | 3B |
| Octal | 274 | 277 | 160 | 2 | 0 | 51 | 31 | 76 | 46 | 73 |
| Binary | 10111100 | 10111111 | 1110000 | 10 | 0 | 101001 | 11001 | 111110 | 100110 | 111011 |
Color Harmonies of #BCBF70
Complementary color
Monochromatic Colors of #BCBF70
Black with #BCBF70
Text Example
Text Example
White with #BCBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF70; }
p { color: rgb(188,191,112); }
H1.HeaderClassName
{
color: #BCBF70;
}
.AnyTagClassName
{
color: #BCBF70;
}
</style>
background-color css
<style>
a { background-color: #BCBF70; }
a { background-color: rgb(188,191,112); }
div.DivClassName
{
background-color: #BCBF70;
}
.BgClassName
{
background-color: #BCBF70;
}
</style>
border-color css
<style>
span { border-color: #BCBF70; }
span { border-color: rgb(188,191,112); }
td.TdClassName
{
border-color: #BCBF70;
}
.TagClassName
{
border-color: #BCBF70;
}
</style>