Shades of Dark Khaki #B8B965
Tints of Dark Khaki #B8B965
RGB
CMYK
RGB Variations
Color information
#B8B965 (or 0xB8B965) is known color: Dark Khaki. HEX triplet: B8, B9 and 65. RGB value is (184,185,101). Sum of RGB (Red+Green+Blue) = 184+185+101=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B965 is #47469A. Grayscale: #AFAFAF. Windows color (decimal): -4671131 or 6666680. OLE color: 6666680.
HSL color Cylindrical-coordinate representation of color #B8B965: hue angle of 60.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8B965 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 101 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.27 |
| HSL | 60.71º | 0.38% | 0.56% | - |
| HSV(B) | 60.71º | 0.45% | 0.73% | - |
| XYZ | 39.47 | 45.83 | 19.08 | - |
| YUV | 175.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 101 | 0.01 | 0 | 0.45 | 0.27 | 60.71 | 0.38 | 0.56 |
| Hex | B8 | B9 | 65 | 1 | 0 | 2D | 1B | 3D | 26 | 38 |
| Octal | 270 | 271 | 145 | 1 | 0 | 55 | 33 | 75 | 46 | 70 |
| Binary | 10111000 | 10111001 | 1100101 | 1 | 0 | 101101 | 11011 | 111101 | 100110 | 111000 |
Color Harmonies of #B8B965
Complementary color
Monochromatic Colors of #B8B965
Black with #B8B965
Text Example
Text Example
White with #B8B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B965; }
p { color: rgb(184,185,101); }
H1.HeaderClassName
{
color: #B8B965;
}
.AnyTagClassName
{
color: #B8B965;
}
</style>
background-color css
<style>
a { background-color: #B8B965; }
a { background-color: rgb(184,185,101); }
div.DivClassName
{
background-color: #B8B965;
}
.BgClassName
{
background-color: #B8B965;
}
</style>
border-color css
<style>
span { border-color: #B8B965; }
span { border-color: rgb(184,185,101); }
td.TdClassName
{
border-color: #B8B965;
}
.TagClassName
{
border-color: #B8B965;
}
</style>