Shades of Dark Khaki #BCB06A
Tints of Dark Khaki #BCB06A
RGB
CMYK
RGB Variations
Color information
#BCB06A (or 0xBCB06A) is known color: Dark Khaki. HEX triplet: BC, B0 and 6A. RGB value is (188,176,106). Sum of RGB (Red+Green+Blue) = 188+176+106=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06A is #434F95. Grayscale: #ABABAB. Windows color (decimal): -4411286 or 6992060. OLE color: 6992060.
HSL color Cylindrical-coordinate representation of color #BCB06A: hue angle of 51.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB06A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 106 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.26 |
| HSL | 51.22º | 0.38% | 0.58% | - |
| HSV(B) | 51.22º | 0.44% | 0.74% | - |
| XYZ | 38.87 | 42.78 | 19.85 | - |
| YUV | 171.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 106 | 0 | 0.06 | 0.44 | 0.26 | 51.22 | 0.38 | 0.58 |
| Hex | BC | B0 | 6A | 0 | 6 | 2C | 1A | 33 | 26 | 3A |
| Octal | 274 | 260 | 152 | 0 | 6 | 54 | 32 | 63 | 46 | 72 |
| Binary | 10111100 | 10110000 | 1101010 | 0 | 110 | 101100 | 11010 | 110011 | 100110 | 111010 |
Color Harmonies of #BCB06A
Complementary color
Monochromatic Colors of #BCB06A
Black with #BCB06A
Text Example
Text Example
White with #BCB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB06A; }
p { color: rgb(188,176,106); }
H1.HeaderClassName
{
color: #BCB06A;
}
.AnyTagClassName
{
color: #BCB06A;
}
</style>
background-color css
<style>
a { background-color: #BCB06A; }
a { background-color: rgb(188,176,106); }
div.DivClassName
{
background-color: #BCB06A;
}
.BgClassName
{
background-color: #BCB06A;
}
</style>
border-color css
<style>
span { border-color: #BCB06A; }
span { border-color: rgb(188,176,106); }
td.TdClassName
{
border-color: #BCB06A;
}
.TagClassName
{
border-color: #BCB06A;
}
</style>