Shades of Dark Khaki #BCB477
Tints of Dark Khaki #BCB477
RGB
CMYK
RGB Variations
Color information
#BCB477 (or 0xBCB477) is known color: Dark Khaki. HEX triplet: BC, B4 and 77. RGB value is (188,180,119). Sum of RGB (Red+Green+Blue) = 188+180+119=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB477 is #434B88. Grayscale: #AFAFAF. Windows color (decimal): -4410249 or 7845052. OLE color: 7845052.
HSL color Cylindrical-coordinate representation of color #BCB477: hue angle of 53.04º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB477 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 119 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.26 |
| HSL | 53.04º | 0.34% | 0.6% | - |
| HSV(B) | 53.04º | 0.37% | 0.74% | - |
| XYZ | 40.39 | 44.67 | 23.95 | - |
| YUV | 175.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 119 | 0 | 0.04 | 0.37 | 0.26 | 53.04 | 0.34 | 0.6 |
| Hex | BC | B4 | 77 | 0 | 4 | 25 | 1A | 35 | 22 | 3C |
| Octal | 274 | 264 | 167 | 0 | 4 | 45 | 32 | 65 | 42 | 74 |
| Binary | 10111100 | 10110100 | 1110111 | 0 | 100 | 100101 | 11010 | 110101 | 100010 | 111100 |
Color Harmonies of #BCB477
Complementary color
Monochromatic Colors of #BCB477
Black with #BCB477
Text Example
Text Example
White with #BCB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB477; }
p { color: rgb(188,180,119); }
H1.HeaderClassName
{
color: #BCB477;
}
.AnyTagClassName
{
color: #BCB477;
}
</style>
background-color css
<style>
a { background-color: #BCB477; }
a { background-color: rgb(188,180,119); }
div.DivClassName
{
background-color: #BCB477;
}
.BgClassName
{
background-color: #BCB477;
}
</style>
border-color css
<style>
span { border-color: #BCB477; }
span { border-color: rgb(188,180,119); }
td.TdClassName
{
border-color: #BCB477;
}
.TagClassName
{
border-color: #BCB477;
}
</style>