Shades of Dark Khaki #BFB06B
Tints of Dark Khaki #BFB06B
RGB
CMYK
RGB Variations
Color information
#BFB06B (or 0xBFB06B) is known color: Dark Khaki. HEX triplet: BF, B0 and 6B. RGB value is (191,176,107). Sum of RGB (Red+Green+Blue) = 191+176+107=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB06B is #404F94. Grayscale: #ACACAC. Windows color (decimal): -4214677 or 7057599. OLE color: 7057599.
HSL color Cylindrical-coordinate representation of color #BFB06B: hue angle of 49.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFB06B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 107 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.25 |
| HSL | 49.29º | 0.4% | 0.58% | - |
| HSV(B) | 49.29º | 0.44% | 0.75% | - |
| XYZ | 39.67 | 43.19 | 20.16 | - |
| YUV | 172.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 107 | 0 | 0.08 | 0.44 | 0.25 | 49.29 | 0.4 | 0.58 |
| Hex | BF | B0 | 6B | 0 | 8 | 2C | 19 | 31 | 28 | 3A |
| Octal | 277 | 260 | 153 | 0 | 10 | 54 | 31 | 61 | 50 | 72 |
| Binary | 10111111 | 10110000 | 1101011 | 0 | 1000 | 101100 | 11001 | 110001 | 101000 | 111010 |
Color Harmonies of #BFB06B
Complementary color
Monochromatic Colors of #BFB06B
Black with #BFB06B
Text Example
Text Example
White with #BFB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB06B; }
p { color: rgb(191,176,107); }
H1.HeaderClassName
{
color: #BFB06B;
}
.AnyTagClassName
{
color: #BFB06B;
}
</style>
background-color css
<style>
a { background-color: #BFB06B; }
a { background-color: rgb(191,176,107); }
div.DivClassName
{
background-color: #BFB06B;
}
.BgClassName
{
background-color: #BFB06B;
}
</style>
border-color css
<style>
span { border-color: #BFB06B; }
span { border-color: rgb(191,176,107); }
td.TdClassName
{
border-color: #BFB06B;
}
.TagClassName
{
border-color: #BFB06B;
}
</style>