Shades of Dark Khaki #BCB070
Tints of Dark Khaki #BCB070
RGB
CMYK
RGB Variations
Color information
#BCB070 (or 0xBCB070) is known color: Dark Khaki. HEX triplet: BC, B0 and 70. RGB value is (188,176,112). Sum of RGB (Red+Green+Blue) = 188+176+112=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB070 is #434F8F. Grayscale: #ACACAC. Windows color (decimal): -4411280 or 7385276. OLE color: 7385276.
HSL color Cylindrical-coordinate representation of color #BCB070: hue angle of 50.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB070 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 112 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.26 |
| HSL | 50.53º | 0.36% | 0.59% | - |
| HSV(B) | 50.53º | 0.4% | 0.74% | - |
| XYZ | 39.19 | 42.91 | 21.55 | - |
| YUV | 172.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 112 | 0 | 0.06 | 0.40 | 0.26 | 50.53 | 0.36 | 0.59 |
| Hex | BC | B0 | 70 | 0 | 6 | 28 | 1A | 33 | 24 | 3B |
| Octal | 274 | 260 | 160 | 0 | 6 | 50 | 32 | 63 | 44 | 73 |
| Binary | 10111100 | 10110000 | 1110000 | 0 | 110 | 101000 | 11010 | 110011 | 100100 | 111011 |
Color Harmonies of #BCB070
Complementary color
Monochromatic Colors of #BCB070
Black with #BCB070
Text Example
Text Example
White with #BCB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB070; }
p { color: rgb(188,176,112); }
H1.HeaderClassName
{
color: #BCB070;
}
.AnyTagClassName
{
color: #BCB070;
}
</style>
background-color css
<style>
a { background-color: #BCB070; }
a { background-color: rgb(188,176,112); }
div.DivClassName
{
background-color: #BCB070;
}
.BgClassName
{
background-color: #BCB070;
}
</style>
border-color css
<style>
span { border-color: #BCB070; }
span { border-color: rgb(188,176,112); }
td.TdClassName
{
border-color: #BCB070;
}
.TagClassName
{
border-color: #BCB070;
}
</style>