Shades of Dark Khaki #BCB575
Tints of Dark Khaki #BCB575
RGB
CMYK
RGB Variations
Color information
#BCB575 (or 0xBCB575) is known color: Dark Khaki. HEX triplet: BC, B5 and 75. RGB value is (188,181,117). Sum of RGB (Red+Green+Blue) = 188+181+117=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB575 is #434A8A. Grayscale: #B0B0B0. Windows color (decimal): -4409995 or 7714236. OLE color: 7714236.
HSL color Cylindrical-coordinate representation of color #BCB575: hue angle of 54.08º 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 #BCB575 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 117 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.26 |
| HSL | 54.08º | 0.35% | 0.6% | - |
| HSV(B) | 54.08º | 0.38% | 0.74% | - |
| XYZ | 40.47 | 45.02 | 23.39 | - |
| YUV | 175.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 117 | 0 | 0.04 | 0.38 | 0.26 | 54.08 | 0.35 | 0.6 |
| Hex | BC | B5 | 75 | 0 | 4 | 26 | 1A | 36 | 23 | 3C |
| Octal | 274 | 265 | 165 | 0 | 4 | 46 | 32 | 66 | 43 | 74 |
| Binary | 10111100 | 10110101 | 1110101 | 0 | 100 | 100110 | 11010 | 110110 | 100011 | 111100 |
Color Harmonies of #BCB575
Complementary color
Monochromatic Colors of #BCB575
Black with #BCB575
Text Example
Text Example
White with #BCB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB575; }
p { color: rgb(188,181,117); }
H1.HeaderClassName
{
color: #BCB575;
}
.AnyTagClassName
{
color: #BCB575;
}
</style>
background-color css
<style>
a { background-color: #BCB575; }
a { background-color: rgb(188,181,117); }
div.DivClassName
{
background-color: #BCB575;
}
.BgClassName
{
background-color: #BCB575;
}
</style>
border-color css
<style>
span { border-color: #BCB575; }
span { border-color: rgb(188,181,117); }
td.TdClassName
{
border-color: #BCB575;
}
.TagClassName
{
border-color: #BCB575;
}
</style>