Shades of Dark Khaki #BFB673
Tints of Dark Khaki #BFB673
RGB
CMYK
RGB Variations
Color information
#BFB673 (or 0xBFB673) is known color: Dark Khaki. HEX triplet: BF, B6 and 73. RGB value is (191,182,115). Sum of RGB (Red+Green+Blue) = 191+182+115=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB673 is #40498C. Grayscale: #B1B1B1. Windows color (decimal): -4213133 or 7583423. OLE color: 7583423.
HSL color Cylindrical-coordinate representation of color #BFB673: hue angle of 52.89º 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 #BFB673 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 115 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.25 |
| HSL | 52.89º | 0.37% | 0.6% | - |
| HSV(B) | 52.89º | 0.4% | 0.75% | - |
| XYZ | 41.31 | 45.77 | 22.88 | - |
| YUV | 177.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 115 | 0 | 0.05 | 0.40 | 0.25 | 52.89 | 0.37 | 0.6 |
| Hex | BF | B6 | 73 | 0 | 5 | 28 | 19 | 35 | 25 | 3C |
| Octal | 277 | 266 | 163 | 0 | 5 | 50 | 31 | 65 | 45 | 74 |
| Binary | 10111111 | 10110110 | 1110011 | 0 | 101 | 101000 | 11001 | 110101 | 100101 | 111100 |
Color Harmonies of #BFB673
Complementary color
Monochromatic Colors of #BFB673
Black with #BFB673
Text Example
Text Example
White with #BFB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB673; }
p { color: rgb(191,182,115); }
H1.HeaderClassName
{
color: #BFB673;
}
.AnyTagClassName
{
color: #BFB673;
}
</style>
background-color css
<style>
a { background-color: #BFB673; }
a { background-color: rgb(191,182,115); }
div.DivClassName
{
background-color: #BFB673;
}
.BgClassName
{
background-color: #BFB673;
}
</style>
border-color css
<style>
span { border-color: #BFB673; }
span { border-color: rgb(191,182,115); }
td.TdClassName
{
border-color: #BFB673;
}
.TagClassName
{
border-color: #BFB673;
}
</style>