Shades of Dark Khaki #BCB365
Tints of Dark Khaki #BCB365
RGB
CMYK
RGB Variations
Color information
#BCB365 (or 0xBCB365) is known color: Dark Khaki. HEX triplet: BC, B3 and 65. RGB value is (188,179,101). Sum of RGB (Red+Green+Blue) = 188+179+101=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB365 is #434C9A. Grayscale: #ADADAD. Windows color (decimal): -4410523 or 6665148. OLE color: 6665148.
HSL color Cylindrical-coordinate representation of color #BCB365: hue angle of 53.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCB365 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 101 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.26 |
| HSL | 53.79º | 0.39% | 0.57% | - |
| HSV(B) | 53.79º | 0.46% | 0.74% | - |
| XYZ | 39.21 | 43.87 | 18.71 | - |
| YUV | 172.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 101 | 0 | 0.05 | 0.46 | 0.26 | 53.79 | 0.39 | 0.57 |
| Hex | BC | B3 | 65 | 0 | 5 | 2E | 1A | 36 | 27 | 39 |
| Octal | 274 | 263 | 145 | 0 | 5 | 56 | 32 | 66 | 47 | 71 |
| Binary | 10111100 | 10110011 | 1100101 | 0 | 101 | 101110 | 11010 | 110110 | 100111 | 111001 |
Color Harmonies of #BCB365
Complementary color
Monochromatic Colors of #BCB365
Black with #BCB365
Text Example
Text Example
White with #BCB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB365; }
p { color: rgb(188,179,101); }
H1.HeaderClassName
{
color: #BCB365;
}
.AnyTagClassName
{
color: #BCB365;
}
</style>
background-color css
<style>
a { background-color: #BCB365; }
a { background-color: rgb(188,179,101); }
div.DivClassName
{
background-color: #BCB365;
}
.BgClassName
{
background-color: #BCB365;
}
</style>
border-color css
<style>
span { border-color: #BCB365; }
span { border-color: rgb(188,179,101); }
td.TdClassName
{
border-color: #BCB365;
}
.TagClassName
{
border-color: #BCB365;
}
</style>