Shades of Dark Khaki #BCB875
Tints of Dark Khaki #BCB875
RGB
CMYK
RGB Variations
Color information
#BCB875 (or 0xBCB875) is known color: Dark Khaki. HEX triplet: BC, B8 and 75. RGB value is (188,184,117). Sum of RGB (Red+Green+Blue) = 188+184+117=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB875 is #43478A. Grayscale: #B1B1B1. Windows color (decimal): -4409227 or 7715004. OLE color: 7715004.
HSL color Cylindrical-coordinate representation of color #BCB875: hue angle of 56.62º 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 #BCB875 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 117 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.26 |
| HSL | 56.62º | 0.35% | 0.6% | - |
| HSV(B) | 56.62º | 0.38% | 0.74% | - |
| XYZ | 41.09 | 46.26 | 23.59 | - |
| YUV | 177.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 117 | 0 | 0.02 | 0.38 | 0.26 | 56.62 | 0.35 | 0.6 |
| Hex | BC | B8 | 75 | 0 | 2 | 26 | 1A | 39 | 23 | 3C |
| Octal | 274 | 270 | 165 | 0 | 2 | 46 | 32 | 71 | 43 | 74 |
| Binary | 10111100 | 10111000 | 1110101 | 0 | 10 | 100110 | 11010 | 111001 | 100011 | 111100 |
Color Harmonies of #BCB875
Complementary color
Monochromatic Colors of #BCB875
Black with #BCB875
Text Example
Text Example
White with #BCB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB875; }
p { color: rgb(188,184,117); }
H1.HeaderClassName
{
color: #BCB875;
}
.AnyTagClassName
{
color: #BCB875;
}
</style>
background-color css
<style>
a { background-color: #BCB875; }
a { background-color: rgb(188,184,117); }
div.DivClassName
{
background-color: #BCB875;
}
.BgClassName
{
background-color: #BCB875;
}
</style>
border-color css
<style>
span { border-color: #BCB875; }
span { border-color: rgb(188,184,117); }
td.TdClassName
{
border-color: #BCB875;
}
.TagClassName
{
border-color: #BCB875;
}
</style>