Shades of Dark Khaki #B5BC6F
Tints of Dark Khaki #B5BC6F
RGB
CMYK
RGB Variations
Color information
#B5BC6F (or 0xB5BC6F) is known color: Dark Khaki. HEX triplet: B5, BC and 6F. RGB value is (181,188,111). Sum of RGB (Red+Green+Blue) = 181+188+111=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC6F is #4A4390. Grayscale: #B1B1B1. Windows color (decimal): -4866961 or 7322805. OLE color: 7322805.
HSL color Cylindrical-coordinate representation of color #B5BC6F: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5BC6F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 111 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.26 |
| HSL | 65.45º | 0.36% | 0.59% | - |
| HSV(B) | 65.45º | 0.41% | 0.74% | - |
| XYZ | 39.91 | 46.94 | 22 | - |
| YUV | 177.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 111 | 0.04 | 0 | 0.41 | 0.26 | 65.45 | 0.36 | 0.59 |
| Hex | B5 | BC | 6F | 4 | 0 | 29 | 1A | 41 | 24 | 3B |
| Octal | 265 | 274 | 157 | 4 | 0 | 51 | 32 | 101 | 44 | 73 |
| Binary | 10110101 | 10111100 | 1101111 | 100 | 0 | 101001 | 11010 | 1000001 | 100100 | 111011 |
Color Harmonies of #B5BC6F
Complementary color
Monochromatic Colors of #B5BC6F
Black with #B5BC6F
Text Example
Text Example
White with #B5BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC6F; }
p { color: rgb(181,188,111); }
H1.HeaderClassName
{
color: #B5BC6F;
}
.AnyTagClassName
{
color: #B5BC6F;
}
</style>
background-color css
<style>
a { background-color: #B5BC6F; }
a { background-color: rgb(181,188,111); }
div.DivClassName
{
background-color: #B5BC6F;
}
.BgClassName
{
background-color: #B5BC6F;
}
</style>
border-color css
<style>
span { border-color: #B5BC6F; }
span { border-color: rgb(181,188,111); }
td.TdClassName
{
border-color: #B5BC6F;
}
.TagClassName
{
border-color: #B5BC6F;
}
</style>