Shades of Dark Khaki #BCB563
Tints of Dark Khaki #BCB563
RGB
CMYK
RGB Variations
Color information
#BCB563 (or 0xBCB563) is known color: Dark Khaki. HEX triplet: BC, B5 and 63. RGB value is (188,181,99). Sum of RGB (Red+Green+Blue) = 188+181+99=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB563 is #434A9C. Grayscale: #AEAEAE. Windows color (decimal): -4410013 or 6534588. OLE color: 6534588.
HSL color Cylindrical-coordinate representation of color #BCB563: hue angle of 55.28º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB563 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 99 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.26 |
| HSL | 55.28º | 0.4% | 0.56% | - |
| HSV(B) | 55.28º | 0.47% | 0.74% | - |
| XYZ | 39.52 | 44.64 | 18.34 | - |
| YUV | 173.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 99 | 0 | 0.04 | 0.47 | 0.26 | 55.28 | 0.4 | 0.56 |
| Hex | BC | B5 | 63 | 0 | 4 | 2F | 1A | 37 | 28 | 38 |
| Octal | 274 | 265 | 143 | 0 | 4 | 57 | 32 | 67 | 50 | 70 |
| Binary | 10111100 | 10110101 | 1100011 | 0 | 100 | 101111 | 11010 | 110111 | 101000 | 111000 |
Color Harmonies of #BCB563
Complementary color
Monochromatic Colors of #BCB563
Black with #BCB563
Text Example
Text Example
White with #BCB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB563; }
p { color: rgb(188,181,99); }
H1.HeaderClassName
{
color: #BCB563;
}
.AnyTagClassName
{
color: #BCB563;
}
</style>
background-color css
<style>
a { background-color: #BCB563; }
a { background-color: rgb(188,181,99); }
div.DivClassName
{
background-color: #BCB563;
}
.BgClassName
{
background-color: #BCB563;
}
</style>
border-color css
<style>
span { border-color: #BCB563; }
span { border-color: rgb(188,181,99); }
td.TdClassName
{
border-color: #BCB563;
}
.TagClassName
{
border-color: #BCB563;
}
</style>