Shades of Dark Khaki #BCB567
Tints of Dark Khaki #BCB567
RGB
CMYK
RGB Variations
Color information
#BCB567 (or 0xBCB567) is known color: Dark Khaki. HEX triplet: BC, B5 and 67. RGB value is (188,181,103). Sum of RGB (Red+Green+Blue) = 188+181+103=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB567 is #434A98. Grayscale: #AEAEAE. Windows color (decimal): -4410009 or 6796732. OLE color: 6796732.
HSL color Cylindrical-coordinate representation of color #BCB567: hue angle of 55.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB567 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 103 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.26 |
| HSL | 55.06º | 0.39% | 0.57% | - |
| HSV(B) | 55.06º | 0.45% | 0.74% | - |
| XYZ | 39.71 | 44.72 | 19.37 | - |
| YUV | 174.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 103 | 0 | 0.04 | 0.45 | 0.26 | 55.06 | 0.39 | 0.57 |
| Hex | BC | B5 | 67 | 0 | 4 | 2D | 1A | 37 | 27 | 39 |
| Octal | 274 | 265 | 147 | 0 | 4 | 55 | 32 | 67 | 47 | 71 |
| Binary | 10111100 | 10110101 | 1100111 | 0 | 100 | 101101 | 11010 | 110111 | 100111 | 111001 |
Color Harmonies of #BCB567
Complementary color
Monochromatic Colors of #BCB567
Black with #BCB567
Text Example
Text Example
White with #BCB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB567; }
p { color: rgb(188,181,103); }
H1.HeaderClassName
{
color: #BCB567;
}
.AnyTagClassName
{
color: #BCB567;
}
</style>
background-color css
<style>
a { background-color: #BCB567; }
a { background-color: rgb(188,181,103); }
div.DivClassName
{
background-color: #BCB567;
}
.BgClassName
{
background-color: #BCB567;
}
</style>
border-color css
<style>
span { border-color: #BCB567; }
span { border-color: rgb(188,181,103); }
td.TdClassName
{
border-color: #BCB567;
}
.TagClassName
{
border-color: #BCB567;
}
</style>