Shades of Dark Khaki #BCB270
Tints of Dark Khaki #BCB270
RGB
CMYK
RGB Variations
Color information
#BCB270 (or 0xBCB270) is known color: Dark Khaki. HEX triplet: BC, B2 and 70. RGB value is (188,178,112). Sum of RGB (Red+Green+Blue) = 188+178+112=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB270 is #434D8F. Grayscale: #ADADAD. Windows color (decimal): -4410768 or 7385788. OLE color: 7385788.
HSL color Cylindrical-coordinate representation of color #BCB270: hue angle of 52.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB270 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 112 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.26 |
| HSL | 52.11º | 0.36% | 0.59% | - |
| HSV(B) | 52.11º | 0.4% | 0.74% | - |
| XYZ | 39.58 | 43.7 | 21.68 | - |
| YUV | 173.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 112 | 0 | 0.05 | 0.40 | 0.26 | 52.11 | 0.36 | 0.59 |
| Hex | BC | B2 | 70 | 0 | 5 | 28 | 1A | 34 | 24 | 3B |
| Octal | 274 | 262 | 160 | 0 | 5 | 50 | 32 | 64 | 44 | 73 |
| Binary | 10111100 | 10110010 | 1110000 | 0 | 101 | 101000 | 11010 | 110100 | 100100 | 111011 |
Color Harmonies of #BCB270
Complementary color
Monochromatic Colors of #BCB270
Black with #BCB270
Text Example
Text Example
White with #BCB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB270; }
p { color: rgb(188,178,112); }
H1.HeaderClassName
{
color: #BCB270;
}
.AnyTagClassName
{
color: #BCB270;
}
</style>
background-color css
<style>
a { background-color: #BCB270; }
a { background-color: rgb(188,178,112); }
div.DivClassName
{
background-color: #BCB270;
}
.BgClassName
{
background-color: #BCB270;
}
</style>
border-color css
<style>
span { border-color: #BCB270; }
span { border-color: rgb(188,178,112); }
td.TdClassName
{
border-color: #BCB270;
}
.TagClassName
{
border-color: #BCB270;
}
</style>