Shades of Dark Khaki #BFB565
Tints of Dark Khaki #BFB565
RGB
CMYK
RGB Variations
Color information
#BFB565 (or 0xBFB565) is known color: Dark Khaki. HEX triplet: BF, B5 and 65. RGB value is (191,181,101). Sum of RGB (Red+Green+Blue) = 191+181+101=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB565 is #404A9A. Grayscale: #AFAFAF. Windows color (decimal): -4213403 or 6665663. OLE color: 6665663.
HSL color Cylindrical-coordinate representation of color #BFB565: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB565 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 101 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.25 |
| HSL | 53.33º | 0.41% | 0.57% | - |
| HSV(B) | 53.33º | 0.47% | 0.75% | - |
| XYZ | 40.36 | 45.06 | 18.88 | - |
| YUV | 174.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 101 | 0 | 0.05 | 0.47 | 0.25 | 53.33 | 0.41 | 0.57 |
| Hex | BF | B5 | 65 | 0 | 5 | 2F | 19 | 35 | 29 | 39 |
| Octal | 277 | 265 | 145 | 0 | 5 | 57 | 31 | 65 | 51 | 71 |
| Binary | 10111111 | 10110101 | 1100101 | 0 | 101 | 101111 | 11001 | 110101 | 101001 | 111001 |
Color Harmonies of #BFB565
Complementary color
Monochromatic Colors of #BFB565
Black with #BFB565
Text Example
Text Example
White with #BFB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB565; }
p { color: rgb(191,181,101); }
H1.HeaderClassName
{
color: #BFB565;
}
.AnyTagClassName
{
color: #BFB565;
}
</style>
background-color css
<style>
a { background-color: #BFB565; }
a { background-color: rgb(191,181,101); }
div.DivClassName
{
background-color: #BFB565;
}
.BgClassName
{
background-color: #BFB565;
}
</style>
border-color css
<style>
span { border-color: #BFB565; }
span { border-color: rgb(191,181,101); }
td.TdClassName
{
border-color: #BFB565;
}
.TagClassName
{
border-color: #BFB565;
}
</style>