Shades of Dark Khaki #BFBF71
Tints of Dark Khaki #BFBF71
RGB
CMYK
RGB Variations
Color information
#BFBF71 (or 0xBFBF71) is known color: Dark Khaki. HEX triplet: BF, BF and 71. RGB value is (191,191,113). Sum of RGB (Red+Green+Blue) = 191+191+113=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF71 is #40408E. Grayscale: #B6B6B6. Windows color (decimal): -4210831 or 7454655. OLE color: 7454655.
HSL color Cylindrical-coordinate representation of color #BFBF71: hue angle of 60º 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 #BFBF71 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 113 | - |
| CMYK | 0 | 0 | 0.41 | 0.25 |
| HSL | 60º | 0.38% | 0.6% | - |
| HSV(B) | 60º | 0.41% | 0.75% | - |
| XYZ | 43.1 | 49.53 | 22.91 | - |
| YUV | 182.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 113 | 0 | 0 | 0.41 | 0.25 | 60 | 0.38 | 0.6 |
| Hex | BF | BF | 71 | 0 | 0 | 29 | 19 | 3C | 26 | 3C |
| Octal | 277 | 277 | 161 | 0 | 0 | 51 | 31 | 74 | 46 | 74 |
| Binary | 10111111 | 10111111 | 1110001 | 0 | 0 | 101001 | 11001 | 111100 | 100110 | 111100 |
Color Harmonies of #BFBF71
Complementary color
Monochromatic Colors of #BFBF71
Black with #BFBF71
Text Example
Text Example
White with #BFBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF71; }
p { color: rgb(191,191,113); }
H1.HeaderClassName
{
color: #BFBF71;
}
.AnyTagClassName
{
color: #BFBF71;
}
</style>
background-color css
<style>
a { background-color: #BFBF71; }
a { background-color: rgb(191,191,113); }
div.DivClassName
{
background-color: #BFBF71;
}
.BgClassName
{
background-color: #BFBF71;
}
</style>
border-color css
<style>
span { border-color: #BFBF71; }
span { border-color: rgb(191,191,113); }
td.TdClassName
{
border-color: #BFBF71;
}
.TagClassName
{
border-color: #BFBF71;
}
</style>