Shades of Dark Khaki #BCB76B
Tints of Dark Khaki #BCB76B
RGB
CMYK
RGB Variations
Color information
#BCB76B (or 0xBCB76B) is known color: Dark Khaki. HEX triplet: BC, B7 and 6B. RGB value is (188,183,107). Sum of RGB (Red+Green+Blue) = 188+183+107=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76B is #434894. Grayscale: #B0B0B0. Windows color (decimal): -4409493 or 7059388. OLE color: 7059388.
HSL color Cylindrical-coordinate representation of color #BCB76B: hue angle of 56.3º 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 #BCB76B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 107 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.26 |
| HSL | 56.3º | 0.38% | 0.58% | - |
| HSV(B) | 56.3º | 0.43% | 0.74% | - |
| XYZ | 40.33 | 45.62 | 20.59 | - |
| YUV | 175.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 107 | 0 | 0.03 | 0.43 | 0.26 | 56.3 | 0.38 | 0.58 |
| Hex | BC | B7 | 6B | 0 | 3 | 2B | 1A | 38 | 26 | 3A |
| Octal | 274 | 267 | 153 | 0 | 3 | 53 | 32 | 70 | 46 | 72 |
| Binary | 10111100 | 10110111 | 1101011 | 0 | 11 | 101011 | 11010 | 111000 | 100110 | 111010 |
Color Harmonies of #BCB76B
Complementary color
Monochromatic Colors of #BCB76B
Black with #BCB76B
Text Example
Text Example
White with #BCB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB76B; }
p { color: rgb(188,183,107); }
H1.HeaderClassName
{
color: #BCB76B;
}
.AnyTagClassName
{
color: #BCB76B;
}
</style>
background-color css
<style>
a { background-color: #BCB76B; }
a { background-color: rgb(188,183,107); }
div.DivClassName
{
background-color: #BCB76B;
}
.BgClassName
{
background-color: #BCB76B;
}
</style>
border-color css
<style>
span { border-color: #BCB76B; }
span { border-color: rgb(188,183,107); }
td.TdClassName
{
border-color: #BCB76B;
}
.TagClassName
{
border-color: #BCB76B;
}
</style>