Shades of Dark Khaki #BCB562
Tints of Dark Khaki #BCB562
RGB
CMYK
RGB Variations
Color information
#BCB562 (or 0xBCB562) is known color: Dark Khaki. HEX triplet: BC, B5 and 62. RGB value is (188,181,98). Sum of RGB (Red+Green+Blue) = 188+181+98=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB562 is #434A9D. Grayscale: #ADADAD. Windows color (decimal): -4410014 or 6469052. OLE color: 6469052.
HSL color Cylindrical-coordinate representation of color #BCB562: hue angle of 55.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCB562 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 98 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.26 |
| HSL | 55.33º | 0.4% | 0.56% | - |
| HSV(B) | 55.33º | 0.48% | 0.74% | - |
| XYZ | 39.47 | 44.62 | 18.09 | - |
| YUV | 173.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 98 | 0 | 0.04 | 0.48 | 0.26 | 55.33 | 0.4 | 0.56 |
| Hex | BC | B5 | 62 | 0 | 4 | 30 | 1A | 37 | 28 | 38 |
| Octal | 274 | 265 | 142 | 0 | 4 | 60 | 32 | 67 | 50 | 70 |
| Binary | 10111100 | 10110101 | 1100010 | 0 | 100 | 110000 | 11010 | 110111 | 101000 | 111000 |
Color Harmonies of #BCB562
Complementary color
Monochromatic Colors of #BCB562
Black with #BCB562
Text Example
Text Example
White with #BCB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB562; }
p { color: rgb(188,181,98); }
H1.HeaderClassName
{
color: #BCB562;
}
.AnyTagClassName
{
color: #BCB562;
}
</style>
background-color css
<style>
a { background-color: #BCB562; }
a { background-color: rgb(188,181,98); }
div.DivClassName
{
background-color: #BCB562;
}
.BgClassName
{
background-color: #BCB562;
}
</style>
border-color css
<style>
span { border-color: #BCB562; }
span { border-color: rgb(188,181,98); }
td.TdClassName
{
border-color: #BCB562;
}
.TagClassName
{
border-color: #BCB562;
}
</style>