Shades of Dark Khaki #BCB273
Tints of Dark Khaki #BCB273
RGB
CMYK
RGB Variations
Color information
#BCB273 (or 0xBCB273) is known color: Dark Khaki. HEX triplet: BC, B2 and 73. RGB value is (188,178,115). Sum of RGB (Red+Green+Blue) = 188+178+115=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB273 is #434D8C. Grayscale: #AEAEAE. Windows color (decimal): -4410765 or 7582396. OLE color: 7582396.
HSL color Cylindrical-coordinate representation of color #BCB273: hue angle of 51.78º 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 #BCB273 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 115 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.26 |
| HSL | 51.78º | 0.35% | 0.59% | - |
| HSV(B) | 51.78º | 0.39% | 0.74% | - |
| XYZ | 39.75 | 43.77 | 22.57 | - |
| YUV | 173.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 115 | 0 | 0.05 | 0.39 | 0.26 | 51.78 | 0.35 | 0.59 |
| Hex | BC | B2 | 73 | 0 | 5 | 27 | 1A | 34 | 23 | 3B |
| Octal | 274 | 262 | 163 | 0 | 5 | 47 | 32 | 64 | 43 | 73 |
| Binary | 10111100 | 10110010 | 1110011 | 0 | 101 | 100111 | 11010 | 110100 | 100011 | 111011 |
Color Harmonies of #BCB273
Complementary color
Monochromatic Colors of #BCB273
Black with #BCB273
Text Example
Text Example
White with #BCB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB273; }
p { color: rgb(188,178,115); }
H1.HeaderClassName
{
color: #BCB273;
}
.AnyTagClassName
{
color: #BCB273;
}
</style>
background-color css
<style>
a { background-color: #BCB273; }
a { background-color: rgb(188,178,115); }
div.DivClassName
{
background-color: #BCB273;
}
.BgClassName
{
background-color: #BCB273;
}
</style>
border-color css
<style>
span { border-color: #BCB273; }
span { border-color: rgb(188,178,115); }
td.TdClassName
{
border-color: #BCB273;
}
.TagClassName
{
border-color: #BCB273;
}
</style>