Shades of Dark Khaki #BFB56C
Tints of Dark Khaki #BFB56C
RGB
CMYK
RGB Variations
Color information
#BFB56C (or 0xBFB56C) is known color: Dark Khaki. HEX triplet: BF, B5 and 6C. RGB value is (191,181,108). Sum of RGB (Red+Green+Blue) = 191+181+108=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB56C is #404A93. Grayscale: #AFAFAF. Windows color (decimal): -4213396 or 7124415. OLE color: 7124415.
HSL color Cylindrical-coordinate representation of color #BFB56C: hue angle of 52.77º 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 #BFB56C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 108 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.25 |
| HSL | 52.77º | 0.39% | 0.59% | - |
| HSV(B) | 52.77º | 0.43% | 0.75% | - |
| XYZ | 40.72 | 45.21 | 20.77 | - |
| YUV | 175.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 108 | 0 | 0.05 | 0.43 | 0.25 | 52.77 | 0.39 | 0.59 |
| Hex | BF | B5 | 6C | 0 | 5 | 2B | 19 | 35 | 27 | 3B |
| Octal | 277 | 265 | 154 | 0 | 5 | 53 | 31 | 65 | 47 | 73 |
| Binary | 10111111 | 10110101 | 1101100 | 0 | 101 | 101011 | 11001 | 110101 | 100111 | 111011 |
Color Harmonies of #BFB56C
Complementary color
Monochromatic Colors of #BFB56C
Black with #BFB56C
Text Example
Text Example
White with #BFB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB56C; }
p { color: rgb(191,181,108); }
H1.HeaderClassName
{
color: #BFB56C;
}
.AnyTagClassName
{
color: #BFB56C;
}
</style>
background-color css
<style>
a { background-color: #BFB56C; }
a { background-color: rgb(191,181,108); }
div.DivClassName
{
background-color: #BFB56C;
}
.BgClassName
{
background-color: #BFB56C;
}
</style>
border-color css
<style>
span { border-color: #BFB56C; }
span { border-color: rgb(191,181,108); }
td.TdClassName
{
border-color: #BFB56C;
}
.TagClassName
{
border-color: #BFB56C;
}
</style>