Shades of Dark Khaki #B9B967
Tints of Dark Khaki #B9B967
RGB
CMYK
RGB Variations
Color information
#B9B967 (or 0xB9B967) is known color: Dark Khaki. HEX triplet: B9, B9 and 67. RGB value is (185,185,103). Sum of RGB (Red+Green+Blue) = 185+185+103=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B967 is #464698. Grayscale: #AFAFAF. Windows color (decimal): -4605593 or 6797753. OLE color: 6797753.
HSL color Cylindrical-coordinate representation of color #B9B967: hue angle of 60º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9B967 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 103 | - |
| CMYK | 0 | 0 | 0.44 | 0.27 |
| HSL | 60º | 0.37% | 0.56% | - |
| HSV(B) | 60º | 0.44% | 0.73% | - |
| XYZ | 39.8 | 45.99 | 19.61 | - |
| YUV | 175.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 103 | 0 | 0 | 0.44 | 0.27 | 60 | 0.37 | 0.56 |
| Hex | B9 | B9 | 67 | 0 | 0 | 2C | 1B | 3C | 25 | 38 |
| Octal | 271 | 271 | 147 | 0 | 0 | 54 | 33 | 74 | 45 | 70 |
| Binary | 10111001 | 10111001 | 1100111 | 0 | 0 | 101100 | 11011 | 111100 | 100101 | 111000 |
Color Harmonies of #B9B967
Complementary color
Monochromatic Colors of #B9B967
Black with #B9B967
Text Example
Text Example
White with #B9B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B967; }
p { color: rgb(185,185,103); }
H1.HeaderClassName
{
color: #B9B967;
}
.AnyTagClassName
{
color: #B9B967;
}
</style>
background-color css
<style>
a { background-color: #B9B967; }
a { background-color: rgb(185,185,103); }
div.DivClassName
{
background-color: #B9B967;
}
.BgClassName
{
background-color: #B9B967;
}
</style>
border-color css
<style>
span { border-color: #B9B967; }
span { border-color: rgb(185,185,103); }
td.TdClassName
{
border-color: #B9B967;
}
.TagClassName
{
border-color: #B9B967;
}
</style>