Shades of Dark Khaki #BCB375
Tints of Dark Khaki #BCB375
RGB
CMYK
RGB Variations
Color information
#BCB375 (or 0xBCB375) is known color: Dark Khaki. HEX triplet: BC, B3 and 75. RGB value is (188,179,117). Sum of RGB (Red+Green+Blue) = 188+179+117=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB375 is #434C8A. Grayscale: #AEAEAE. Windows color (decimal): -4410507 or 7713724. OLE color: 7713724.
HSL color Cylindrical-coordinate representation of color #BCB375: hue angle of 52.39º 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 #BCB375 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 117 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.26 |
| HSL | 52.39º | 0.35% | 0.6% | - |
| HSV(B) | 52.39º | 0.38% | 0.74% | - |
| XYZ | 40.07 | 44.22 | 23.25 | - |
| YUV | 174.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 117 | 0 | 0.05 | 0.38 | 0.26 | 52.39 | 0.35 | 0.6 |
| Hex | BC | B3 | 75 | 0 | 5 | 26 | 1A | 34 | 23 | 3C |
| Octal | 274 | 263 | 165 | 0 | 5 | 46 | 32 | 64 | 43 | 74 |
| Binary | 10111100 | 10110011 | 1110101 | 0 | 101 | 100110 | 11010 | 110100 | 100011 | 111100 |
Color Harmonies of #BCB375
Complementary color
Monochromatic Colors of #BCB375
Black with #BCB375
Text Example
Text Example
White with #BCB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB375; }
p { color: rgb(188,179,117); }
H1.HeaderClassName
{
color: #BCB375;
}
.AnyTagClassName
{
color: #BCB375;
}
</style>
background-color css
<style>
a { background-color: #BCB375; }
a { background-color: rgb(188,179,117); }
div.DivClassName
{
background-color: #BCB375;
}
.BgClassName
{
background-color: #BCB375;
}
</style>
border-color css
<style>
span { border-color: #BCB375; }
span { border-color: rgb(188,179,117); }
td.TdClassName
{
border-color: #BCB375;
}
.TagClassName
{
border-color: #BCB375;
}
</style>