Shades of Dark Khaki #BCB275
Tints of Dark Khaki #BCB275
RGB
CMYK
RGB Variations
Color information
#BCB275 (or 0xBCB275) is known color: Dark Khaki. HEX triplet: BC, B2 and 75. RGB value is (188,178,117). Sum of RGB (Red+Green+Blue) = 188+178+117=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB275 is #434D8A. Grayscale: #AEAEAE. Windows color (decimal): -4410763 or 7713468. OLE color: 7713468.
HSL color Cylindrical-coordinate representation of color #BCB275: hue angle of 51.55º 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 #BCB275 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 117 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.26 |
| HSL | 51.55º | 0.35% | 0.6% | - |
| HSV(B) | 51.55º | 0.38% | 0.74% | - |
| XYZ | 39.87 | 43.82 | 23.19 | - |
| YUV | 174.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 117 | 0 | 0.05 | 0.38 | 0.26 | 51.55 | 0.35 | 0.6 |
| Hex | BC | B2 | 75 | 0 | 5 | 26 | 1A | 34 | 23 | 3C |
| Octal | 274 | 262 | 165 | 0 | 5 | 46 | 32 | 64 | 43 | 74 |
| Binary | 10111100 | 10110010 | 1110101 | 0 | 101 | 100110 | 11010 | 110100 | 100011 | 111100 |
Color Harmonies of #BCB275
Complementary color
Monochromatic Colors of #BCB275
Black with #BCB275
Text Example
Text Example
White with #BCB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB275; }
p { color: rgb(188,178,117); }
H1.HeaderClassName
{
color: #BCB275;
}
.AnyTagClassName
{
color: #BCB275;
}
</style>
background-color css
<style>
a { background-color: #BCB275; }
a { background-color: rgb(188,178,117); }
div.DivClassName
{
background-color: #BCB275;
}
.BgClassName
{
background-color: #BCB275;
}
</style>
border-color css
<style>
span { border-color: #BCB275; }
span { border-color: rgb(188,178,117); }
td.TdClassName
{
border-color: #BCB275;
}
.TagClassName
{
border-color: #BCB275;
}
</style>