Shades of Dark Khaki #BCB56C
Tints of Dark Khaki #BCB56C
RGB
CMYK
RGB Variations
Color information
#BCB56C (or 0xBCB56C) is known color: Dark Khaki. HEX triplet: BC, B5 and 6C. RGB value is (188,181,108). Sum of RGB (Red+Green+Blue) = 188+181+108=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB56C is #434A93. Grayscale: #AFAFAF. Windows color (decimal): -4410004 or 7124412. OLE color: 7124412.
HSL color Cylindrical-coordinate representation of color #BCB56C: hue angle of 54.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB56C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 108 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.26 |
| HSL | 54.75º | 0.37% | 0.58% | - |
| HSV(B) | 54.75º | 0.43% | 0.74% | - |
| XYZ | 39.97 | 44.82 | 20.73 | - |
| YUV | 174.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 108 | 0 | 0.04 | 0.43 | 0.26 | 54.75 | 0.37 | 0.58 |
| Hex | BC | B5 | 6C | 0 | 4 | 2B | 1A | 37 | 25 | 3A |
| Octal | 274 | 265 | 154 | 0 | 4 | 53 | 32 | 67 | 45 | 72 |
| Binary | 10111100 | 10110101 | 1101100 | 0 | 100 | 101011 | 11010 | 110111 | 100101 | 111010 |
Color Harmonies of #BCB56C
Complementary color
Monochromatic Colors of #BCB56C
Black with #BCB56C
Text Example
Text Example
White with #BCB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB56C; }
p { color: rgb(188,181,108); }
H1.HeaderClassName
{
color: #BCB56C;
}
.AnyTagClassName
{
color: #BCB56C;
}
</style>
background-color css
<style>
a { background-color: #BCB56C; }
a { background-color: rgb(188,181,108); }
div.DivClassName
{
background-color: #BCB56C;
}
.BgClassName
{
background-color: #BCB56C;
}
</style>
border-color css
<style>
span { border-color: #BCB56C; }
span { border-color: rgb(188,181,108); }
td.TdClassName
{
border-color: #BCB56C;
}
.TagClassName
{
border-color: #BCB56C;
}
</style>