Shades of Dark Khaki #BFB367
Tints of Dark Khaki #BFB367
RGB
CMYK
RGB Variations
Color information
#BFB367 (or 0xBFB367) is known color: Dark Khaki. HEX triplet: BF, B3 and 67. RGB value is (191,179,103). Sum of RGB (Red+Green+Blue) = 191+179+103=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB367 is #404C98. Grayscale: #AEAEAE. Windows color (decimal): -4213913 or 6796223. OLE color: 6796223.
HSL color Cylindrical-coordinate representation of color #BFB367: hue angle of 51.82º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFB367 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 103 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.25 |
| HSL | 51.82º | 0.41% | 0.58% | - |
| HSV(B) | 51.82º | 0.46% | 0.75% | - |
| XYZ | 40.05 | 44.3 | 19.27 | - |
| YUV | 173.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 103 | 0 | 0.06 | 0.46 | 0.25 | 51.82 | 0.41 | 0.58 |
| Hex | BF | B3 | 67 | 0 | 6 | 2E | 19 | 34 | 29 | 3A |
| Octal | 277 | 263 | 147 | 0 | 6 | 56 | 31 | 64 | 51 | 72 |
| Binary | 10111111 | 10110011 | 1100111 | 0 | 110 | 101110 | 11001 | 110100 | 101001 | 111010 |
Color Harmonies of #BFB367
Complementary color
Monochromatic Colors of #BFB367
Black with #BFB367
Text Example
Text Example
White with #BFB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB367; }
p { color: rgb(191,179,103); }
H1.HeaderClassName
{
color: #BFB367;
}
.AnyTagClassName
{
color: #BFB367;
}
</style>
background-color css
<style>
a { background-color: #BFB367; }
a { background-color: rgb(191,179,103); }
div.DivClassName
{
background-color: #BFB367;
}
.BgClassName
{
background-color: #BFB367;
}
</style>
border-color css
<style>
span { border-color: #BFB367; }
span { border-color: rgb(191,179,103); }
td.TdClassName
{
border-color: #BFB367;
}
.TagClassName
{
border-color: #BFB367;
}
</style>