Shades of Dark Khaki #BCB574
Tints of Dark Khaki #BCB574
RGB
CMYK
RGB Variations
Color information
#BCB574 (or 0xBCB574) is known color: Dark Khaki. HEX triplet: BC, B5 and 74. RGB value is (188,181,116). Sum of RGB (Red+Green+Blue) = 188+181+116=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB574 is #434A8B. Grayscale: #AFAFAF. Windows color (decimal): -4409996 or 7648700. OLE color: 7648700.
HSL color Cylindrical-coordinate representation of color #BCB574: hue angle of 54.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB574 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 116 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.26 |
| HSL | 54.17º | 0.35% | 0.6% | - |
| HSV(B) | 54.17º | 0.38% | 0.74% | - |
| XYZ | 40.42 | 45 | 23.08 | - |
| YUV | 175.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 116 | 0 | 0.04 | 0.38 | 0.26 | 54.17 | 0.35 | 0.6 |
| Hex | BC | B5 | 74 | 0 | 4 | 26 | 1A | 36 | 23 | 3C |
| Octal | 274 | 265 | 164 | 0 | 4 | 46 | 32 | 66 | 43 | 74 |
| Binary | 10111100 | 10110101 | 1110100 | 0 | 100 | 100110 | 11010 | 110110 | 100011 | 111100 |
Color Harmonies of #BCB574
Complementary color
Monochromatic Colors of #BCB574
Black with #BCB574
Text Example
Text Example
White with #BCB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB574; }
p { color: rgb(188,181,116); }
H1.HeaderClassName
{
color: #BCB574;
}
.AnyTagClassName
{
color: #BCB574;
}
</style>
background-color css
<style>
a { background-color: #BCB574; }
a { background-color: rgb(188,181,116); }
div.DivClassName
{
background-color: #BCB574;
}
.BgClassName
{
background-color: #BCB574;
}
</style>
border-color css
<style>
span { border-color: #BCB574; }
span { border-color: rgb(188,181,116); }
td.TdClassName
{
border-color: #BCB574;
}
.TagClassName
{
border-color: #BCB574;
}
</style>