Shades of Dark Khaki #BFB06C
Tints of Dark Khaki #BFB06C
RGB
CMYK
RGB Variations
Color information
#BFB06C (or 0xBFB06C) is known color: Dark Khaki. HEX triplet: BF, B0 and 6C. RGB value is (191,176,108). Sum of RGB (Red+Green+Blue) = 191+176+108=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB06C is #404F93. Grayscale: #ADADAD. Windows color (decimal): -4214676 or 7123135. OLE color: 7123135.
HSL color Cylindrical-coordinate representation of color #BFB06C: hue angle of 49.16º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFB06C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 108 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.25 |
| HSL | 49.16º | 0.39% | 0.59% | - |
| HSV(B) | 49.16º | 0.43% | 0.75% | - |
| XYZ | 39.72 | 43.21 | 20.43 | - |
| YUV | 172.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 108 | 0 | 0.08 | 0.43 | 0.25 | 49.16 | 0.39 | 0.59 |
| Hex | BF | B0 | 6C | 0 | 8 | 2B | 19 | 31 | 27 | 3B |
| Octal | 277 | 260 | 154 | 0 | 10 | 53 | 31 | 61 | 47 | 73 |
| Binary | 10111111 | 10110000 | 1101100 | 0 | 1000 | 101011 | 11001 | 110001 | 100111 | 111011 |
Color Harmonies of #BFB06C
Complementary color
Monochromatic Colors of #BFB06C
Black with #BFB06C
Text Example
Text Example
White with #BFB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB06C; }
p { color: rgb(191,176,108); }
H1.HeaderClassName
{
color: #BFB06C;
}
.AnyTagClassName
{
color: #BFB06C;
}
</style>
background-color css
<style>
a { background-color: #BFB06C; }
a { background-color: rgb(191,176,108); }
div.DivClassName
{
background-color: #BFB06C;
}
.BgClassName
{
background-color: #BFB06C;
}
</style>
border-color css
<style>
span { border-color: #BFB06C; }
span { border-color: rgb(191,176,108); }
td.TdClassName
{
border-color: #BFB06C;
}
.TagClassName
{
border-color: #BFB06C;
}
</style>