Shades of Dark Khaki #BCB271
Tints of Dark Khaki #BCB271
RGB
CMYK
RGB Variations
Color information
#BCB271 (or 0xBCB271) is known color: Dark Khaki. HEX triplet: BC, B2 and 71. RGB value is (188,178,113). Sum of RGB (Red+Green+Blue) = 188+178+113=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB271 is #434D8E. Grayscale: #ADADAD. Windows color (decimal): -4410767 or 7451324. OLE color: 7451324.
HSL color Cylindrical-coordinate representation of color #BCB271: hue angle of 52º 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 #BCB271 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 113 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.26 |
| HSL | 52º | 0.36% | 0.59% | - |
| HSV(B) | 52º | 0.4% | 0.74% | - |
| XYZ | 39.64 | 43.72 | 21.97 | - |
| YUV | 173.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 113 | 0 | 0.05 | 0.40 | 0.26 | 52 | 0.36 | 0.59 |
| Hex | BC | B2 | 71 | 0 | 5 | 28 | 1A | 34 | 24 | 3B |
| Octal | 274 | 262 | 161 | 0 | 5 | 50 | 32 | 64 | 44 | 73 |
| Binary | 10111100 | 10110010 | 1110001 | 0 | 101 | 101000 | 11010 | 110100 | 100100 | 111011 |
Color Harmonies of #BCB271
Complementary color
Monochromatic Colors of #BCB271
Black with #BCB271
Text Example
Text Example
White with #BCB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB271; }
p { color: rgb(188,178,113); }
H1.HeaderClassName
{
color: #BCB271;
}
.AnyTagClassName
{
color: #BCB271;
}
</style>
background-color css
<style>
a { background-color: #BCB271; }
a { background-color: rgb(188,178,113); }
div.DivClassName
{
background-color: #BCB271;
}
.BgClassName
{
background-color: #BCB271;
}
</style>
border-color css
<style>
span { border-color: #BCB271; }
span { border-color: rgb(188,178,113); }
td.TdClassName
{
border-color: #BCB271;
}
.TagClassName
{
border-color: #BCB271;
}
</style>