Shades of Dark Khaki #BCB26C
Tints of Dark Khaki #BCB26C
RGB
CMYK
RGB Variations
Color information
#BCB26C (or 0xBCB26C) is known color: Dark Khaki. HEX triplet: BC, B2 and 6C. RGB value is (188,178,108). Sum of RGB (Red+Green+Blue) = 188+178+108=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26C is #434D93. Grayscale: #ADADAD. Windows color (decimal): -4410772 or 7123644. OLE color: 7123644.
HSL color Cylindrical-coordinate representation of color #BCB26C: hue angle of 52.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB26C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 108 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.26 |
| HSL | 52.5º | 0.37% | 0.58% | - |
| HSV(B) | 52.5º | 0.43% | 0.74% | - |
| XYZ | 39.37 | 43.61 | 20.53 | - |
| YUV | 173.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 108 | 0 | 0.05 | 0.43 | 0.26 | 52.5 | 0.37 | 0.58 |
| Hex | BC | B2 | 6C | 0 | 5 | 2B | 1A | 34 | 25 | 3A |
| Octal | 274 | 262 | 154 | 0 | 5 | 53 | 32 | 64 | 45 | 72 |
| Binary | 10111100 | 10110010 | 1101100 | 0 | 101 | 101011 | 11010 | 110100 | 100101 | 111010 |
Color Harmonies of #BCB26C
Complementary color
Monochromatic Colors of #BCB26C
Black with #BCB26C
Text Example
Text Example
White with #BCB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB26C; }
p { color: rgb(188,178,108); }
H1.HeaderClassName
{
color: #BCB26C;
}
.AnyTagClassName
{
color: #BCB26C;
}
</style>
background-color css
<style>
a { background-color: #BCB26C; }
a { background-color: rgb(188,178,108); }
div.DivClassName
{
background-color: #BCB26C;
}
.BgClassName
{
background-color: #BCB26C;
}
</style>
border-color css
<style>
span { border-color: #BCB26C; }
span { border-color: rgb(188,178,108); }
td.TdClassName
{
border-color: #BCB26C;
}
.TagClassName
{
border-color: #BCB26C;
}
</style>