Shades of Dark Khaki #BCB769
Tints of Dark Khaki #BCB769
RGB
CMYK
RGB Variations
Color information
#BCB769 (or 0xBCB769) is known color: Dark Khaki. HEX triplet: BC, B7 and 69. RGB value is (188,183,105). Sum of RGB (Red+Green+Blue) = 188+183+105=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB769 is #434896. Grayscale: #AFAFAF. Windows color (decimal): -4409495 or 6928316. OLE color: 6928316.
HSL color Cylindrical-coordinate representation of color #BCB769: hue angle of 56.39º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB769 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 105 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.26 |
| HSL | 56.39º | 0.38% | 0.57% | - |
| HSV(B) | 56.39º | 0.44% | 0.74% | - |
| XYZ | 40.22 | 45.58 | 20.04 | - |
| YUV | 175.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 105 | 0 | 0.03 | 0.44 | 0.26 | 56.39 | 0.38 | 0.57 |
| Hex | BC | B7 | 69 | 0 | 3 | 2C | 1A | 38 | 26 | 39 |
| Octal | 274 | 267 | 151 | 0 | 3 | 54 | 32 | 70 | 46 | 71 |
| Binary | 10111100 | 10110111 | 1101001 | 0 | 11 | 101100 | 11010 | 111000 | 100110 | 111001 |
Color Harmonies of #BCB769
Complementary color
Monochromatic Colors of #BCB769
Black with #BCB769
Text Example
Text Example
White with #BCB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB769; }
p { color: rgb(188,183,105); }
H1.HeaderClassName
{
color: #BCB769;
}
.AnyTagClassName
{
color: #BCB769;
}
</style>
background-color css
<style>
a { background-color: #BCB769; }
a { background-color: rgb(188,183,105); }
div.DivClassName
{
background-color: #BCB769;
}
.BgClassName
{
background-color: #BCB769;
}
</style>
border-color css
<style>
span { border-color: #BCB769; }
span { border-color: rgb(188,183,105); }
td.TdClassName
{
border-color: #BCB769;
}
.TagClassName
{
border-color: #BCB769;
}
</style>