Shades of Dark Khaki #BCB072
Tints of Dark Khaki #BCB072
RGB
CMYK
RGB Variations
Color information
#BCB072 (or 0xBCB072) is known color: Dark Khaki. HEX triplet: BC, B0 and 72. RGB value is (188,176,114). Sum of RGB (Red+Green+Blue) = 188+176+114=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB072 is #434F8D. Grayscale: #ACACAC. Windows color (decimal): -4411278 or 7516348. OLE color: 7516348.
HSL color Cylindrical-coordinate representation of color #BCB072: hue angle of 50.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCB072 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 114 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.26 |
| HSL | 50.27º | 0.36% | 0.59% | - |
| HSV(B) | 50.27º | 0.39% | 0.74% | - |
| XYZ | 39.3 | 42.96 | 22.14 | - |
| YUV | 172.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 114 | 0 | 0.06 | 0.39 | 0.26 | 50.27 | 0.36 | 0.59 |
| Hex | BC | B0 | 72 | 0 | 6 | 27 | 1A | 32 | 24 | 3B |
| Octal | 274 | 260 | 162 | 0 | 6 | 47 | 32 | 62 | 44 | 73 |
| Binary | 10111100 | 10110000 | 1110010 | 0 | 110 | 100111 | 11010 | 110010 | 100100 | 111011 |
Color Harmonies of #BCB072
Complementary color
Monochromatic Colors of #BCB072
Black with #BCB072
Text Example
Text Example
White with #BCB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB072; }
p { color: rgb(188,176,114); }
H1.HeaderClassName
{
color: #BCB072;
}
.AnyTagClassName
{
color: #BCB072;
}
</style>
background-color css
<style>
a { background-color: #BCB072; }
a { background-color: rgb(188,176,114); }
div.DivClassName
{
background-color: #BCB072;
}
.BgClassName
{
background-color: #BCB072;
}
</style>
border-color css
<style>
span { border-color: #BCB072; }
span { border-color: rgb(188,176,114); }
td.TdClassName
{
border-color: #BCB072;
}
.TagClassName
{
border-color: #BCB072;
}
</style>