Shades of Dark Khaki #BFBF70
Tints of Dark Khaki #BFBF70
RGB
CMYK
RGB Variations
Color information
#BFBF70 (or 0xBFBF70) is known color: Dark Khaki. HEX triplet: BF, BF and 70. RGB value is (191,191,112). Sum of RGB (Red+Green+Blue) = 191+191+112=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF70 is #40408F. Grayscale: #B6B6B6. Windows color (decimal): -4210832 or 7389119. OLE color: 7389119.
HSL color Cylindrical-coordinate representation of color #BFBF70: hue angle of 60º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFBF70 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 112 | - |
| CMYK | 0 | 0 | 0.41 | 0.25 |
| HSL | 60º | 0.38% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.75% | - |
| XYZ | 43.04 | 49.51 | 22.62 | - |
| YUV | 181.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 112 | 0 | 0 | 0.41 | 0.25 | 60 | 0.38 | 0.59 |
| Hex | BF | BF | 70 | 0 | 0 | 29 | 19 | 3C | 26 | 3B |
| Octal | 277 | 277 | 160 | 0 | 0 | 51 | 31 | 74 | 46 | 73 |
| Binary | 10111111 | 10111111 | 1110000 | 0 | 0 | 101001 | 11001 | 111100 | 100110 | 111011 |
Color Harmonies of #BFBF70
Complementary color
Monochromatic Colors of #BFBF70
Black with #BFBF70
Text Example
Text Example
White with #BFBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF70; }
p { color: rgb(191,191,112); }
H1.HeaderClassName
{
color: #BFBF70;
}
.AnyTagClassName
{
color: #BFBF70;
}
</style>
background-color css
<style>
a { background-color: #BFBF70; }
a { background-color: rgb(191,191,112); }
div.DivClassName
{
background-color: #BFBF70;
}
.BgClassName
{
background-color: #BFBF70;
}
</style>
border-color css
<style>
span { border-color: #BFBF70; }
span { border-color: rgb(191,191,112); }
td.TdClassName
{
border-color: #BFBF70;
}
.TagClassName
{
border-color: #BFBF70;
}
</style>