Shades of Dark Khaki #BCBF6B
Tints of Dark Khaki #BCBF6B
RGB
CMYK
RGB Variations
Color information
#BCBF6B (or 0xBCBF6B) is known color: Dark Khaki. HEX triplet: BC, BF and 6B. RGB value is (188,191,107). Sum of RGB (Red+Green+Blue) = 188+191+107=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF6B is #434094. Grayscale: #B4B4B4. Windows color (decimal): -4407445 or 7061436. OLE color: 7061436.
HSL color Cylindrical-coordinate representation of color #BCBF6B: hue angle of 62.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCBF6B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 107 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.25 |
| HSL | 62.14º | 0.4% | 0.58% | - |
| HSV(B) | 62.14º | 0.44% | 0.75% | - |
| XYZ | 42.02 | 49.01 | 21.16 | - |
| YUV | 180.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 107 | 0.02 | 0 | 0.44 | 0.25 | 62.14 | 0.4 | 0.58 |
| Hex | BC | BF | 6B | 2 | 0 | 2C | 19 | 3E | 28 | 3A |
| Octal | 274 | 277 | 153 | 2 | 0 | 54 | 31 | 76 | 50 | 72 |
| Binary | 10111100 | 10111111 | 1101011 | 10 | 0 | 101100 | 11001 | 111110 | 101000 | 111010 |
Color Harmonies of #BCBF6B
Complementary color
Monochromatic Colors of #BCBF6B
Black with #BCBF6B
Text Example
Text Example
White with #BCBF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF6B; }
p { color: rgb(188,191,107); }
H1.HeaderClassName
{
color: #BCBF6B;
}
.AnyTagClassName
{
color: #BCBF6B;
}
</style>
background-color css
<style>
a { background-color: #BCBF6B; }
a { background-color: rgb(188,191,107); }
div.DivClassName
{
background-color: #BCBF6B;
}
.BgClassName
{
background-color: #BCBF6B;
}
</style>
border-color css
<style>
span { border-color: #BCBF6B; }
span { border-color: rgb(188,191,107); }
td.TdClassName
{
border-color: #BCBF6B;
}
.TagClassName
{
border-color: #BCBF6B;
}
</style>