Shades of Dark Khaki #BFBD71
Tints of Dark Khaki #BFBD71
RGB
CMYK
RGB Variations
Color information
#BFBD71 (or 0xBFBD71) is known color: Dark Khaki. HEX triplet: BF, BD and 71. RGB value is (191,189,113). Sum of RGB (Red+Green+Blue) = 191+189+113=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD71 is #40428E. Grayscale: #B5B5B5. Windows color (decimal): -4211343 or 7454143. OLE color: 7454143.
HSL color Cylindrical-coordinate representation of color #BFBD71: hue angle of 58.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFBD71 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 113 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.25 |
| HSL | 58.46º | 0.38% | 0.6% | - |
| HSV(B) | 58.46º | 0.41% | 0.75% | - |
| XYZ | 42.66 | 48.66 | 22.77 | - |
| YUV | 180.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 113 | 0 | 0.01 | 0.41 | 0.25 | 58.46 | 0.38 | 0.6 |
| Hex | BF | BD | 71 | 0 | 1 | 29 | 19 | 3A | 26 | 3C |
| Octal | 277 | 275 | 161 | 0 | 1 | 51 | 31 | 72 | 46 | 74 |
| Binary | 10111111 | 10111101 | 1110001 | 0 | 1 | 101001 | 11001 | 111010 | 100110 | 111100 |
Color Harmonies of #BFBD71
Complementary color
Monochromatic Colors of #BFBD71
Black with #BFBD71
Text Example
Text Example
White with #BFBD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD71; }
p { color: rgb(191,189,113); }
H1.HeaderClassName
{
color: #BFBD71;
}
.AnyTagClassName
{
color: #BFBD71;
}
</style>
background-color css
<style>
a { background-color: #BFBD71; }
a { background-color: rgb(191,189,113); }
div.DivClassName
{
background-color: #BFBD71;
}
.BgClassName
{
background-color: #BFBD71;
}
</style>
border-color css
<style>
span { border-color: #BFBD71; }
span { border-color: rgb(191,189,113); }
td.TdClassName
{
border-color: #BFBD71;
}
.TagClassName
{
border-color: #BFBD71;
}
</style>