Shades of Dark Khaki #B8B968
Tints of Dark Khaki #B8B968
RGB
CMYK
RGB Variations
Color information
#B8B968 (or 0xB8B968) is known color: Dark Khaki. HEX triplet: B8, B9 and 68. RGB value is (184,185,104). Sum of RGB (Red+Green+Blue) = 184+185+104=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B968 is #474697. Grayscale: #AFAFAF. Windows color (decimal): -4671128 or 6863288. OLE color: 6863288.
HSL color Cylindrical-coordinate representation of color #B8B968: hue angle of 60.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8B968 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 104 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.27 |
| HSL | 60.74º | 0.37% | 0.57% | - |
| HSV(B) | 60.74º | 0.44% | 0.73% | - |
| XYZ | 39.61 | 45.89 | 19.87 | - |
| YUV | 175.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 104 | 0.01 | 0 | 0.44 | 0.27 | 60.74 | 0.37 | 0.57 |
| Hex | B8 | B9 | 68 | 1 | 0 | 2C | 1B | 3D | 25 | 39 |
| Octal | 270 | 271 | 150 | 1 | 0 | 54 | 33 | 75 | 45 | 71 |
| Binary | 10111000 | 10111001 | 1101000 | 1 | 0 | 101100 | 11011 | 111101 | 100101 | 111001 |
Color Harmonies of #B8B968
Complementary color
Monochromatic Colors of #B8B968
Black with #B8B968
Text Example
Text Example
White with #B8B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B968; }
p { color: rgb(184,185,104); }
H1.HeaderClassName
{
color: #B8B968;
}
.AnyTagClassName
{
color: #B8B968;
}
</style>
background-color css
<style>
a { background-color: #B8B968; }
a { background-color: rgb(184,185,104); }
div.DivClassName
{
background-color: #B8B968;
}
.BgClassName
{
background-color: #B8B968;
}
</style>
border-color css
<style>
span { border-color: #B8B968; }
span { border-color: rgb(184,185,104); }
td.TdClassName
{
border-color: #B8B968;
}
.TagClassName
{
border-color: #B8B968;
}
</style>