Shades of Dark Khaki #BCB06B
Tints of Dark Khaki #BCB06B
RGB
CMYK
RGB Variations
Color information
#BCB06B (or 0xBCB06B) is known color: Dark Khaki. HEX triplet: BC, B0 and 6B. RGB value is (188,176,107). Sum of RGB (Red+Green+Blue) = 188+176+107=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06B is #434F94. Grayscale: #ACACAC. Windows color (decimal): -4411285 or 7057596. OLE color: 7057596.
HSL color Cylindrical-coordinate representation of color #BCB06B: hue angle of 51.11º degrees, saturation: 0.38, 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 #BCB06B is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 107 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.26 |
| HSL | 51.11º | 0.38% | 0.58% | - |
| HSV(B) | 51.11º | 0.43% | 0.74% | - |
| XYZ | 38.92 | 42.8 | 20.12 | - |
| YUV | 171.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 107 | 0 | 0.06 | 0.43 | 0.26 | 51.11 | 0.38 | 0.58 |
| Hex | BC | B0 | 6B | 0 | 6 | 2B | 1A | 33 | 26 | 3A |
| Octal | 274 | 260 | 153 | 0 | 6 | 53 | 32 | 63 | 46 | 72 |
| Binary | 10111100 | 10110000 | 1101011 | 0 | 110 | 101011 | 11010 | 110011 | 100110 | 111010 |
Color Harmonies of #BCB06B
Complementary color
Monochromatic Colors of #BCB06B
Black with #BCB06B
Text Example
Text Example
White with #BCB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB06B; }
p { color: rgb(188,176,107); }
H1.HeaderClassName
{
color: #BCB06B;
}
.AnyTagClassName
{
color: #BCB06B;
}
</style>
background-color css
<style>
a { background-color: #BCB06B; }
a { background-color: rgb(188,176,107); }
div.DivClassName
{
background-color: #BCB06B;
}
.BgClassName
{
background-color: #BCB06B;
}
</style>
border-color css
<style>
span { border-color: #BCB06B; }
span { border-color: rgb(188,176,107); }
td.TdClassName
{
border-color: #BCB06B;
}
.TagClassName
{
border-color: #BCB06B;
}
</style>