Shades of Dark Khaki #BCB26B
Tints of Dark Khaki #BCB26B
RGB
CMYK
RGB Variations
Color information
#BCB26B (or 0xBCB26B) is known color: Dark Khaki. HEX triplet: BC, B2 and 6B. RGB value is (188,178,107). Sum of RGB (Red+Green+Blue) = 188+178+107=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB26B is #434D94. Grayscale: #ADADAD. Windows color (decimal): -4410773 or 7058108. OLE color: 7058108.
HSL color Cylindrical-coordinate representation of color #BCB26B: hue angle of 52.59º degrees, saturation: 0.38, 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 #BCB26B is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 107 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.26 |
| HSL | 52.59º | 0.38% | 0.58% | - |
| HSV(B) | 52.59º | 0.43% | 0.74% | - |
| XYZ | 39.31 | 43.59 | 20.25 | - |
| YUV | 172.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 107 | 0 | 0.05 | 0.43 | 0.26 | 52.59 | 0.38 | 0.58 |
| Hex | BC | B2 | 6B | 0 | 5 | 2B | 1A | 35 | 26 | 3A |
| Octal | 274 | 262 | 153 | 0 | 5 | 53 | 32 | 65 | 46 | 72 |
| Binary | 10111100 | 10110010 | 1101011 | 0 | 101 | 101011 | 11010 | 110101 | 100110 | 111010 |
Color Harmonies of #BCB26B
Complementary color
Monochromatic Colors of #BCB26B
Black with #BCB26B
Text Example
Text Example
White with #BCB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB26B; }
p { color: rgb(188,178,107); }
H1.HeaderClassName
{
color: #BCB26B;
}
.AnyTagClassName
{
color: #BCB26B;
}
</style>
background-color css
<style>
a { background-color: #BCB26B; }
a { background-color: rgb(188,178,107); }
div.DivClassName
{
background-color: #BCB26B;
}
.BgClassName
{
background-color: #BCB26B;
}
</style>
border-color css
<style>
span { border-color: #BCB26B; }
span { border-color: rgb(188,178,107); }
td.TdClassName
{
border-color: #BCB26B;
}
.TagClassName
{
border-color: #BCB26B;
}
</style>