Shades of Dark Khaki #B4B86C
Tints of Dark Khaki #B4B86C
RGB
CMYK
RGB Variations
Color information
#B4B86C (or 0xB4B86C) is known color: Dark Khaki. HEX triplet: B4, B8 and 6C. RGB value is (180,184,108). Sum of RGB (Red+Green+Blue) = 180+184+108=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86C is #4B4793. Grayscale: #AEAEAE. Windows color (decimal): -4933524 or 7125172. OLE color: 7125172.
HSL color Cylindrical-coordinate representation of color #B4B86C: hue angle of 63.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4B86C is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 108 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.28 |
| HSL | 63.16º | 0.35% | 0.57% | - |
| HSV(B) | 63.16º | 0.41% | 0.72% | - |
| XYZ | 38.67 | 45.07 | 20.85 | - |
| YUV | 174.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 108 | 0.02 | 0 | 0.41 | 0.28 | 63.16 | 0.35 | 0.57 |
| Hex | B4 | B8 | 6C | 2 | 0 | 29 | 1C | 3F | 23 | 39 |
| Octal | 264 | 270 | 154 | 2 | 0 | 51 | 34 | 77 | 43 | 71 |
| Binary | 10110100 | 10111000 | 1101100 | 10 | 0 | 101001 | 11100 | 111111 | 100011 | 111001 |
Color Harmonies of #B4B86C
Complementary color
Monochromatic Colors of #B4B86C
Black with #B4B86C
Text Example
Text Example
White with #B4B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B86C; }
p { color: rgb(180,184,108); }
H1.HeaderClassName
{
color: #B4B86C;
}
.AnyTagClassName
{
color: #B4B86C;
}
</style>
background-color css
<style>
a { background-color: #B4B86C; }
a { background-color: rgb(180,184,108); }
div.DivClassName
{
background-color: #B4B86C;
}
.BgClassName
{
background-color: #B4B86C;
}
</style>
border-color css
<style>
span { border-color: #B4B86C; }
span { border-color: rgb(180,184,108); }
td.TdClassName
{
border-color: #B4B86C;
}
.TagClassName
{
border-color: #B4B86C;
}
</style>