Shades of Dark Khaki #BFB369
Tints of Dark Khaki #BFB369
RGB
CMYK
RGB Variations
Color information
#BFB369 (or 0xBFB369) is known color: Dark Khaki. HEX triplet: BF, B3 and 69. RGB value is (191,179,105). Sum of RGB (Red+Green+Blue) = 191+179+105=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB369 is #404C96. Grayscale: #AEAEAE. Windows color (decimal): -4213911 or 6927295. OLE color: 6927295.
HSL color Cylindrical-coordinate representation of color #BFB369: hue angle of 51.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFB369 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 105 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.25 |
| HSL | 51.63º | 0.4% | 0.58% | - |
| HSV(B) | 51.63º | 0.45% | 0.75% | - |
| XYZ | 40.16 | 44.34 | 19.81 | - |
| YUV | 174.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 105 | 0 | 0.06 | 0.45 | 0.25 | 51.63 | 0.4 | 0.58 |
| Hex | BF | B3 | 69 | 0 | 6 | 2D | 19 | 34 | 28 | 3A |
| Octal | 277 | 263 | 151 | 0 | 6 | 55 | 31 | 64 | 50 | 72 |
| Binary | 10111111 | 10110011 | 1101001 | 0 | 110 | 101101 | 11001 | 110100 | 101000 | 111010 |
Color Harmonies of #BFB369
Complementary color
Monochromatic Colors of #BFB369
Black with #BFB369
Text Example
Text Example
White with #BFB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB369; }
p { color: rgb(191,179,105); }
H1.HeaderClassName
{
color: #BFB369;
}
.AnyTagClassName
{
color: #BFB369;
}
</style>
background-color css
<style>
a { background-color: #BFB369; }
a { background-color: rgb(191,179,105); }
div.DivClassName
{
background-color: #BFB369;
}
.BgClassName
{
background-color: #BFB369;
}
</style>
border-color css
<style>
span { border-color: #BFB369; }
span { border-color: rgb(191,179,105); }
td.TdClassName
{
border-color: #BFB369;
}
.TagClassName
{
border-color: #BFB369;
}
</style>