Shades of Dark Khaki #BCB173
Tints of Dark Khaki #BCB173
RGB
CMYK
RGB Variations
Color information
#BCB173 (or 0xBCB173) is known color: Dark Khaki. HEX triplet: BC, B1 and 73. RGB value is (188,177,115). Sum of RGB (Red+Green+Blue) = 188+177+115=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB173 is #434E8C. Grayscale: #ADADAD. Windows color (decimal): -4411021 or 7582140. OLE color: 7582140.
HSL color Cylindrical-coordinate representation of color #BCB173: hue angle of 50.96º degrees, saturation: 0.35, 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 #BCB173 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 115 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.26 |
| HSL | 50.96º | 0.35% | 0.59% | - |
| HSV(B) | 50.96º | 0.39% | 0.74% | - |
| XYZ | 39.56 | 43.37 | 22.51 | - |
| YUV | 173.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 115 | 0 | 0.06 | 0.39 | 0.26 | 50.96 | 0.35 | 0.59 |
| Hex | BC | B1 | 73 | 0 | 6 | 27 | 1A | 33 | 23 | 3B |
| Octal | 274 | 261 | 163 | 0 | 6 | 47 | 32 | 63 | 43 | 73 |
| Binary | 10111100 | 10110001 | 1110011 | 0 | 110 | 100111 | 11010 | 110011 | 100011 | 111011 |
Color Harmonies of #BCB173
Complementary color
Monochromatic Colors of #BCB173
Black with #BCB173
Text Example
Text Example
White with #BCB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB173; }
p { color: rgb(188,177,115); }
H1.HeaderClassName
{
color: #BCB173;
}
.AnyTagClassName
{
color: #BCB173;
}
</style>
background-color css
<style>
a { background-color: #BCB173; }
a { background-color: rgb(188,177,115); }
div.DivClassName
{
background-color: #BCB173;
}
.BgClassName
{
background-color: #BCB173;
}
</style>
border-color css
<style>
span { border-color: #BCB173; }
span { border-color: rgb(188,177,115); }
td.TdClassName
{
border-color: #BCB173;
}
.TagClassName
{
border-color: #BCB173;
}
</style>