Shades of Dark Khaki #BCB764
Tints of Dark Khaki #BCB764
RGB
CMYK
RGB Variations
Color information
#BCB764 (or 0xBCB764) is known color: Dark Khaki. HEX triplet: BC, B7 and 64. RGB value is (188,183,100). Sum of RGB (Red+Green+Blue) = 188+183+100=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB764 is #43489B. Grayscale: #AFAFAF. Windows color (decimal): -4409500 or 6600636. OLE color: 6600636.
HSL color Cylindrical-coordinate representation of color #BCB764: hue angle of 56.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB764 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 100 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.26 |
| HSL | 56.59º | 0.4% | 0.56% | - |
| HSV(B) | 56.59º | 0.47% | 0.74% | - |
| XYZ | 39.97 | 45.48 | 18.73 | - |
| YUV | 175.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 100 | 0 | 0.03 | 0.47 | 0.26 | 56.59 | 0.4 | 0.56 |
| Hex | BC | B7 | 64 | 0 | 3 | 2F | 1A | 39 | 28 | 38 |
| Octal | 274 | 267 | 144 | 0 | 3 | 57 | 32 | 71 | 50 | 70 |
| Binary | 10111100 | 10110111 | 1100100 | 0 | 11 | 101111 | 11010 | 111001 | 101000 | 111000 |
Color Harmonies of #BCB764
Complementary color
Monochromatic Colors of #BCB764
Black with #BCB764
Text Example
Text Example
White with #BCB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB764; }
p { color: rgb(188,183,100); }
H1.HeaderClassName
{
color: #BCB764;
}
.AnyTagClassName
{
color: #BCB764;
}
</style>
background-color css
<style>
a { background-color: #BCB764; }
a { background-color: rgb(188,183,100); }
div.DivClassName
{
background-color: #BCB764;
}
.BgClassName
{
background-color: #BCB764;
}
</style>
border-color css
<style>
span { border-color: #BCB764; }
span { border-color: rgb(188,183,100); }
td.TdClassName
{
border-color: #BCB764;
}
.TagClassName
{
border-color: #BCB764;
}
</style>