Shades of Dark Khaki #BFBD74
Tints of Dark Khaki #BFBD74
RGB
CMYK
RGB Variations
Color information
#BFBD74 (or 0xBFBD74) is known color: Dark Khaki. HEX triplet: BF, BD and 74. RGB value is (191,189,116). Sum of RGB (Red+Green+Blue) = 191+189+116=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD74 is #40428B. Grayscale: #B5B5B5. Windows color (decimal): -4211340 or 7650751. OLE color: 7650751.
HSL color Cylindrical-coordinate representation of color #BFBD74: hue angle of 58.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFBD74 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 116 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.25 |
| HSL | 58.4º | 0.37% | 0.6% | - |
| HSV(B) | 58.4º | 0.39% | 0.75% | - |
| XYZ | 42.84 | 48.73 | 23.67 | - |
| YUV | 181.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 116 | 0 | 0.01 | 0.39 | 0.25 | 58.4 | 0.37 | 0.6 |
| Hex | BF | BD | 74 | 0 | 1 | 27 | 19 | 3A | 25 | 3C |
| Octal | 277 | 275 | 164 | 0 | 1 | 47 | 31 | 72 | 45 | 74 |
| Binary | 10111111 | 10111101 | 1110100 | 0 | 1 | 100111 | 11001 | 111010 | 100101 | 111100 |
Color Harmonies of #BFBD74
Complementary color
Monochromatic Colors of #BFBD74
Black with #BFBD74
Text Example
Text Example
White with #BFBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD74; }
p { color: rgb(191,189,116); }
H1.HeaderClassName
{
color: #BFBD74;
}
.AnyTagClassName
{
color: #BFBD74;
}
</style>
background-color css
<style>
a { background-color: #BFBD74; }
a { background-color: rgb(191,189,116); }
div.DivClassName
{
background-color: #BFBD74;
}
.BgClassName
{
background-color: #BFBD74;
}
</style>
border-color css
<style>
span { border-color: #BFBD74; }
span { border-color: rgb(191,189,116); }
td.TdClassName
{
border-color: #BFBD74;
}
.TagClassName
{
border-color: #BFBD74;
}
</style>