Shades of Dark Khaki #BCB867
Tints of Dark Khaki #BCB867
RGB
CMYK
RGB Variations
Color information
#BCB867 (or 0xBCB867) is known color: Dark Khaki. HEX triplet: BC, B8 and 67. RGB value is (188,184,103). Sum of RGB (Red+Green+Blue) = 188+184+103=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB867 is #434798. Grayscale: #B0B0B0. Windows color (decimal): -4409241 or 6797500. OLE color: 6797500.
HSL color Cylindrical-coordinate representation of color #BCB867: hue angle of 57.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB867 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 103 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.26 |
| HSL | 57.18º | 0.39% | 0.57% | - |
| HSV(B) | 57.18º | 0.45% | 0.74% | - |
| XYZ | 40.33 | 45.95 | 19.58 | - |
| YUV | 175.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 103 | 0 | 0.02 | 0.45 | 0.26 | 57.18 | 0.39 | 0.57 |
| Hex | BC | B8 | 67 | 0 | 2 | 2D | 1A | 39 | 27 | 39 |
| Octal | 274 | 270 | 147 | 0 | 2 | 55 | 32 | 71 | 47 | 71 |
| Binary | 10111100 | 10111000 | 1100111 | 0 | 10 | 101101 | 11010 | 111001 | 100111 | 111001 |
Color Harmonies of #BCB867
Complementary color
Monochromatic Colors of #BCB867
Black with #BCB867
Text Example
Text Example
White with #BCB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB867; }
p { color: rgb(188,184,103); }
H1.HeaderClassName
{
color: #BCB867;
}
.AnyTagClassName
{
color: #BCB867;
}
</style>
background-color css
<style>
a { background-color: #BCB867; }
a { background-color: rgb(188,184,103); }
div.DivClassName
{
background-color: #BCB867;
}
.BgClassName
{
background-color: #BCB867;
}
</style>
border-color css
<style>
span { border-color: #BCB867; }
span { border-color: rgb(188,184,103); }
td.TdClassName
{
border-color: #BCB867;
}
.TagClassName
{
border-color: #BCB867;
}
</style>