Shades of Dark Khaki #BCB26A
Tints of Dark Khaki #BCB26A
RGB
CMYK
RGB Variations
Color information
#BCB26A (or 0xBCB26A) is known color: Dark Khaki. HEX triplet: BC, B2 and 6A. RGB value is (188,178,106). Sum of RGB (Red+Green+Blue) = 188+178+106=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26A is #434D95. Grayscale: #ADADAD. Windows color (decimal): -4410774 or 6992572. OLE color: 6992572.
HSL color Cylindrical-coordinate representation of color #BCB26A: hue angle of 52.68º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB26A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 106 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.26 |
| HSL | 52.68º | 0.38% | 0.58% | - |
| HSV(B) | 52.68º | 0.44% | 0.74% | - |
| XYZ | 39.26 | 43.57 | 19.98 | - |
| YUV | 172.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 106 | 0 | 0.05 | 0.44 | 0.26 | 52.68 | 0.38 | 0.58 |
| Hex | BC | B2 | 6A | 0 | 5 | 2C | 1A | 35 | 26 | 3A |
| Octal | 274 | 262 | 152 | 0 | 5 | 54 | 32 | 65 | 46 | 72 |
| Binary | 10111100 | 10110010 | 1101010 | 0 | 101 | 101100 | 11010 | 110101 | 100110 | 111010 |
Color Harmonies of #BCB26A
Complementary color
Monochromatic Colors of #BCB26A
Black with #BCB26A
Text Example
Text Example
White with #BCB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB26A; }
p { color: rgb(188,178,106); }
H1.HeaderClassName
{
color: #BCB26A;
}
.AnyTagClassName
{
color: #BCB26A;
}
</style>
background-color css
<style>
a { background-color: #BCB26A; }
a { background-color: rgb(188,178,106); }
div.DivClassName
{
background-color: #BCB26A;
}
.BgClassName
{
background-color: #BCB26A;
}
</style>
border-color css
<style>
span { border-color: #BCB26A; }
span { border-color: rgb(188,178,106); }
td.TdClassName
{
border-color: #BCB26A;
}
.TagClassName
{
border-color: #BCB26A;
}
</style>