Shades of Dark Khaki #B8B967
Tints of Dark Khaki #B8B967
RGB
CMYK
RGB Variations
Color information
#B8B967 (or 0xB8B967) is known color: Dark Khaki. HEX triplet: B8, B9 and 67. RGB value is (184,185,103). Sum of RGB (Red+Green+Blue) = 184+185+103=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B967 is #474698. Grayscale: #AFAFAF. Windows color (decimal): -4671129 or 6797752. OLE color: 6797752.
HSL color Cylindrical-coordinate representation of color #B8B967: hue angle of 60.73º 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 #B8B967 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 103 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.27 |
| HSL | 60.73º | 0.37% | 0.56% | - |
| HSV(B) | 60.73º | 0.44% | 0.73% | - |
| XYZ | 39.56 | 45.87 | 19.6 | - |
| YUV | 175.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 103 | 0.01 | 0 | 0.44 | 0.27 | 60.73 | 0.37 | 0.56 |
| Hex | B8 | B9 | 67 | 1 | 0 | 2C | 1B | 3D | 25 | 38 |
| Octal | 270 | 271 | 147 | 1 | 0 | 54 | 33 | 75 | 45 | 70 |
| Binary | 10111000 | 10111001 | 1100111 | 1 | 0 | 101100 | 11011 | 111101 | 100101 | 111000 |
Color Harmonies of #B8B967
Complementary color
Monochromatic Colors of #B8B967
Black with #B8B967
Text Example
Text Example
White with #B8B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B967; }
p { color: rgb(184,185,103); }
H1.HeaderClassName
{
color: #B8B967;
}
.AnyTagClassName
{
color: #B8B967;
}
</style>
background-color css
<style>
a { background-color: #B8B967; }
a { background-color: rgb(184,185,103); }
div.DivClassName
{
background-color: #B8B967;
}
.BgClassName
{
background-color: #B8B967;
}
</style>
border-color css
<style>
span { border-color: #B8B967; }
span { border-color: rgb(184,185,103); }
td.TdClassName
{
border-color: #B8B967;
}
.TagClassName
{
border-color: #B8B967;
}
</style>