Shades of Dark Khaki #BFB562
Tints of Dark Khaki #BFB562
RGB
CMYK
RGB Variations
Color information
#BFB562 (or 0xBFB562) is known color: Dark Khaki. HEX triplet: BF, B5 and 62. RGB value is (191,181,98). Sum of RGB (Red+Green+Blue) = 191+181+98=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB562 is #404A9D. Grayscale: #AEAEAE. Windows color (decimal): -4213406 or 6469055. OLE color: 6469055.
HSL color Cylindrical-coordinate representation of color #BFB562: hue angle of 53.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB562 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 98 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.25 |
| HSL | 53.55º | 0.42% | 0.57% | - |
| HSV(B) | 53.55º | 0.49% | 0.75% | - |
| XYZ | 40.21 | 45.01 | 18.12 | - |
| YUV | 174.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 98 | 0 | 0.05 | 0.49 | 0.25 | 53.55 | 0.42 | 0.57 |
| Hex | BF | B5 | 62 | 0 | 5 | 31 | 19 | 36 | 2A | 39 |
| Octal | 277 | 265 | 142 | 0 | 5 | 61 | 31 | 66 | 52 | 71 |
| Binary | 10111111 | 10110101 | 1100010 | 0 | 101 | 110001 | 11001 | 110110 | 101010 | 111001 |
Color Harmonies of #BFB562
Complementary color
Monochromatic Colors of #BFB562
Black with #BFB562
Text Example
Text Example
White with #BFB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB562; }
p { color: rgb(191,181,98); }
H1.HeaderClassName
{
color: #BFB562;
}
.AnyTagClassName
{
color: #BFB562;
}
</style>
background-color css
<style>
a { background-color: #BFB562; }
a { background-color: rgb(191,181,98); }
div.DivClassName
{
background-color: #BFB562;
}
.BgClassName
{
background-color: #BFB562;
}
</style>
border-color css
<style>
span { border-color: #BFB562; }
span { border-color: rgb(191,181,98); }
td.TdClassName
{
border-color: #BFB562;
}
.TagClassName
{
border-color: #BFB562;
}
</style>