Shades of Dark Khaki #BFBB73
Tints of Dark Khaki #BFBB73
RGB
CMYK
RGB Variations
Color information
#BFBB73 (or 0xBFBB73) is known color: Dark Khaki. HEX triplet: BF, BB and 73. RGB value is (191,187,115). Sum of RGB (Red+Green+Blue) = 191+187+115=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB73 is #40448C. Grayscale: #B4B4B4. Windows color (decimal): -4211853 or 7584703. OLE color: 7584703.
HSL color Cylindrical-coordinate representation of color #BFBB73: hue angle of 56.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBB73 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 115 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.25 |
| HSL | 56.84º | 0.37% | 0.6% | - |
| HSV(B) | 56.84º | 0.4% | 0.75% | - |
| XYZ | 42.35 | 47.85 | 23.22 | - |
| YUV | 179.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 115 | 0 | 0.02 | 0.40 | 0.25 | 56.84 | 0.37 | 0.6 |
| Hex | BF | BB | 73 | 0 | 2 | 28 | 19 | 39 | 25 | 3C |
| Octal | 277 | 273 | 163 | 0 | 2 | 50 | 31 | 71 | 45 | 74 |
| Binary | 10111111 | 10111011 | 1110011 | 0 | 10 | 101000 | 11001 | 111001 | 100101 | 111100 |
Color Harmonies of #BFBB73
Complementary color
Monochromatic Colors of #BFBB73
Black with #BFBB73
Text Example
Text Example
White with #BFBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB73; }
p { color: rgb(191,187,115); }
H1.HeaderClassName
{
color: #BFBB73;
}
.AnyTagClassName
{
color: #BFBB73;
}
</style>
background-color css
<style>
a { background-color: #BFBB73; }
a { background-color: rgb(191,187,115); }
div.DivClassName
{
background-color: #BFBB73;
}
.BgClassName
{
background-color: #BFBB73;
}
</style>
border-color css
<style>
span { border-color: #BFBB73; }
span { border-color: rgb(191,187,115); }
td.TdClassName
{
border-color: #BFBB73;
}
.TagClassName
{
border-color: #BFBB73;
}
</style>