Shades of Dark Khaki #BFB56D
Tints of Dark Khaki #BFB56D
RGB
CMYK
RGB Variations
Color information
#BFB56D (or 0xBFB56D) is known color: Dark Khaki. HEX triplet: BF, B5 and 6D. RGB value is (191,181,109). Sum of RGB (Red+Green+Blue) = 191+181+109=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB56D is #404A92. Grayscale: #B0B0B0. Windows color (decimal): -4213395 or 7189951. OLE color: 7189951.
HSL color Cylindrical-coordinate representation of color #BFB56D: hue angle of 52.68º 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 #BFB56D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 109 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.25 |
| HSL | 52.68º | 0.39% | 0.59% | - |
| HSV(B) | 52.68º | 0.43% | 0.75% | - |
| XYZ | 40.77 | 45.23 | 21.05 | - |
| YUV | 175.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 109 | 0 | 0.05 | 0.43 | 0.25 | 52.68 | 0.39 | 0.59 |
| Hex | BF | B5 | 6D | 0 | 5 | 2B | 19 | 35 | 27 | 3B |
| Octal | 277 | 265 | 155 | 0 | 5 | 53 | 31 | 65 | 47 | 73 |
| Binary | 10111111 | 10110101 | 1101101 | 0 | 101 | 101011 | 11001 | 110101 | 100111 | 111011 |
Color Harmonies of #BFB56D
Complementary color
Monochromatic Colors of #BFB56D
Black with #BFB56D
Text Example
Text Example
White with #BFB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB56D; }
p { color: rgb(191,181,109); }
H1.HeaderClassName
{
color: #BFB56D;
}
.AnyTagClassName
{
color: #BFB56D;
}
</style>
background-color css
<style>
a { background-color: #BFB56D; }
a { background-color: rgb(191,181,109); }
div.DivClassName
{
background-color: #BFB56D;
}
.BgClassName
{
background-color: #BFB56D;
}
</style>
border-color css
<style>
span { border-color: #BFB56D; }
span { border-color: rgb(191,181,109); }
td.TdClassName
{
border-color: #BFB56D;
}
.TagClassName
{
border-color: #BFB56D;
}
</style>