Shades of Dark Khaki #BCB470
Tints of Dark Khaki #BCB470
RGB
CMYK
RGB Variations
Color information
#BCB470 (or 0xBCB470) is known color: Dark Khaki. HEX triplet: BC, B4 and 70. RGB value is (188,180,112). Sum of RGB (Red+Green+Blue) = 188+180+112=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB470 is #434B8F. Grayscale: #AEAEAE. Windows color (decimal): -4410256 or 7386300. OLE color: 7386300.
HSL color Cylindrical-coordinate representation of color #BCB470: hue angle of 53.68º 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 #BCB470 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 112 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.26 |
| HSL | 53.68º | 0.36% | 0.59% | - |
| HSV(B) | 53.68º | 0.4% | 0.74% | - |
| XYZ | 39.98 | 44.5 | 21.81 | - |
| YUV | 174.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 112 | 0 | 0.04 | 0.40 | 0.26 | 53.68 | 0.36 | 0.59 |
| Hex | BC | B4 | 70 | 0 | 4 | 28 | 1A | 36 | 24 | 3B |
| Octal | 274 | 264 | 160 | 0 | 4 | 50 | 32 | 66 | 44 | 73 |
| Binary | 10111100 | 10110100 | 1110000 | 0 | 100 | 101000 | 11010 | 110110 | 100100 | 111011 |
Color Harmonies of #BCB470
Complementary color
Monochromatic Colors of #BCB470
Black with #BCB470
Text Example
Text Example
White with #BCB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB470; }
p { color: rgb(188,180,112); }
H1.HeaderClassName
{
color: #BCB470;
}
.AnyTagClassName
{
color: #BCB470;
}
</style>
background-color css
<style>
a { background-color: #BCB470; }
a { background-color: rgb(188,180,112); }
div.DivClassName
{
background-color: #BCB470;
}
.BgClassName
{
background-color: #BCB470;
}
</style>
border-color css
<style>
span { border-color: #BCB470; }
span { border-color: rgb(188,180,112); }
td.TdClassName
{
border-color: #BCB470;
}
.TagClassName
{
border-color: #BCB470;
}
</style>