Shades of Dark Khaki #B8BC65
Tints of Dark Khaki #B8BC65
RGB
CMYK
RGB Variations
Color information
#B8BC65 (or 0xB8BC65) is known color: Dark Khaki. HEX triplet: B8, BC and 65. RGB value is (184,188,101). Sum of RGB (Red+Green+Blue) = 184+188+101=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC65 is #47439A. Grayscale: #B1B1B1. Windows color (decimal): -4670363 or 6667448. OLE color: 6667448.
HSL color Cylindrical-coordinate representation of color #B8BC65: hue angle of 62.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8BC65 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 101 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.26 |
| HSL | 62.76º | 0.39% | 0.57% | - |
| HSV(B) | 62.76º | 0.46% | 0.74% | - |
| XYZ | 40.1 | 47.1 | 19.29 | - |
| YUV | 176.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 101 | 0.02 | 0 | 0.46 | 0.26 | 62.76 | 0.39 | 0.57 |
| Hex | B8 | BC | 65 | 2 | 0 | 2E | 1A | 3F | 27 | 39 |
| Octal | 270 | 274 | 145 | 2 | 0 | 56 | 32 | 77 | 47 | 71 |
| Binary | 10111000 | 10111100 | 1100101 | 10 | 0 | 101110 | 11010 | 111111 | 100111 | 111001 |
Color Harmonies of #B8BC65
Complementary color
Monochromatic Colors of #B8BC65
Black with #B8BC65
Text Example
Text Example
White with #B8BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC65; }
p { color: rgb(184,188,101); }
H1.HeaderClassName
{
color: #B8BC65;
}
.AnyTagClassName
{
color: #B8BC65;
}
</style>
background-color css
<style>
a { background-color: #B8BC65; }
a { background-color: rgb(184,188,101); }
div.DivClassName
{
background-color: #B8BC65;
}
.BgClassName
{
background-color: #B8BC65;
}
</style>
border-color css
<style>
span { border-color: #B8BC65; }
span { border-color: rgb(184,188,101); }
td.TdClassName
{
border-color: #B8BC65;
}
.TagClassName
{
border-color: #B8BC65;
}
</style>