Shades of Dark Khaki #BCB579
Tints of Dark Khaki #BCB579
RGB
CMYK
RGB Variations
Color information
#BCB579 (or 0xBCB579) is known color: Dark Khaki. HEX triplet: BC, B5 and 79. RGB value is (188,181,121). Sum of RGB (Red+Green+Blue) = 188+181+121=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB579 is #434A86. Grayscale: #B0B0B0. Windows color (decimal): -4409991 or 7976380. OLE color: 7976380.
HSL color Cylindrical-coordinate representation of color #BCB579: hue angle of 53.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB579 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 121 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.26 |
| HSL | 53.73º | 0.33% | 0.61% | - |
| HSV(B) | 53.73º | 0.36% | 0.74% | - |
| XYZ | 40.71 | 45.12 | 24.65 | - |
| YUV | 176.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 121 | 0 | 0.04 | 0.36 | 0.26 | 53.73 | 0.33 | 0.61 |
| Hex | BC | B5 | 79 | 0 | 4 | 24 | 1A | 36 | 21 | 3D |
| Octal | 274 | 265 | 171 | 0 | 4 | 44 | 32 | 66 | 41 | 75 |
| Binary | 10111100 | 10110101 | 1111001 | 0 | 100 | 100100 | 11010 | 110110 | 100001 | 111101 |
Color Harmonies of #BCB579
Complementary color
Monochromatic Colors of #BCB579
Black with #BCB579
Text Example
Text Example
White with #BCB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB579; }
p { color: rgb(188,181,121); }
H1.HeaderClassName
{
color: #BCB579;
}
.AnyTagClassName
{
color: #BCB579;
}
</style>
background-color css
<style>
a { background-color: #BCB579; }
a { background-color: rgb(188,181,121); }
div.DivClassName
{
background-color: #BCB579;
}
.BgClassName
{
background-color: #BCB579;
}
</style>
border-color css
<style>
span { border-color: #BCB579; }
span { border-color: rgb(188,181,121); }
td.TdClassName
{
border-color: #BCB579;
}
.TagClassName
{
border-color: #BCB579;
}
</style>