Shades of Dark Khaki #BCB478
Tints of Dark Khaki #BCB478
RGB
CMYK
RGB Variations
Color information
#BCB478 (or 0xBCB478) is known color: Dark Khaki. HEX triplet: BC, B4 and 78. RGB value is (188,180,120). Sum of RGB (Red+Green+Blue) = 188+180+120=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB478 is #434B87. Grayscale: #AFAFAF. Windows color (decimal): -4410248 or 7910588. OLE color: 7910588.
HSL color Cylindrical-coordinate representation of color #BCB478: hue angle of 52.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB478 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 120 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.26 |
| HSL | 52.94º | 0.34% | 0.6% | - |
| HSV(B) | 52.94º | 0.36% | 0.74% | - |
| XYZ | 40.45 | 44.69 | 24.26 | - |
| YUV | 175.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 120 | 0 | 0.04 | 0.36 | 0.26 | 52.94 | 0.34 | 0.6 |
| Hex | BC | B4 | 78 | 0 | 4 | 24 | 1A | 35 | 22 | 3C |
| Octal | 274 | 264 | 170 | 0 | 4 | 44 | 32 | 65 | 42 | 74 |
| Binary | 10111100 | 10110100 | 1111000 | 0 | 100 | 100100 | 11010 | 110101 | 100010 | 111100 |
Color Harmonies of #BCB478
Complementary color
Monochromatic Colors of #BCB478
Black with #BCB478
Text Example
Text Example
White with #BCB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB478; }
p { color: rgb(188,180,120); }
H1.HeaderClassName
{
color: #BCB478;
}
.AnyTagClassName
{
color: #BCB478;
}
</style>
background-color css
<style>
a { background-color: #BCB478; }
a { background-color: rgb(188,180,120); }
div.DivClassName
{
background-color: #BCB478;
}
.BgClassName
{
background-color: #BCB478;
}
</style>
border-color css
<style>
span { border-color: #BCB478; }
span { border-color: rgb(188,180,120); }
td.TdClassName
{
border-color: #BCB478;
}
.TagClassName
{
border-color: #BCB478;
}
</style>