Shades of Dark Khaki #BEB86C
Tints of Dark Khaki #BEB86C
RGB
CMYK
RGB Variations
Color information
#BEB86C (or 0xBEB86C) is known color: Dark Khaki. HEX triplet: BE, B8 and 6C. RGB value is (190,184,108). Sum of RGB (Red+Green+Blue) = 190+184+108=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB86C is #414793. Grayscale: #B1B1B1. Windows color (decimal): -4278164 or 7125182. OLE color: 7125182.
HSL color Cylindrical-coordinate representation of color #BEB86C: hue angle of 55.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEB86C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 108 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 55.61º | 0.39% | 0.58% | - |
| HSV(B) | 55.61º | 0.43% | 0.75% | - |
| XYZ | 41.08 | 46.31 | 20.96 | - |
| YUV | 177.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 108 | 0 | 0.03 | 0.43 | 0.25 | 55.61 | 0.39 | 0.58 |
| Hex | BE | B8 | 6C | 0 | 3 | 2B | 19 | 38 | 27 | 3A |
| Octal | 276 | 270 | 154 | 0 | 3 | 53 | 31 | 70 | 47 | 72 |
| Binary | 10111110 | 10111000 | 1101100 | 0 | 11 | 101011 | 11001 | 111000 | 100111 | 111010 |
Color Harmonies of #BEB86C
Complementary color
Monochromatic Colors of #BEB86C
Black with #BEB86C
Text Example
Text Example
White with #BEB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB86C; }
p { color: rgb(190,184,108); }
H1.HeaderClassName
{
color: #BEB86C;
}
.AnyTagClassName
{
color: #BEB86C;
}
</style>
background-color css
<style>
a { background-color: #BEB86C; }
a { background-color: rgb(190,184,108); }
div.DivClassName
{
background-color: #BEB86C;
}
.BgClassName
{
background-color: #BEB86C;
}
</style>
border-color css
<style>
span { border-color: #BEB86C; }
span { border-color: rgb(190,184,108); }
td.TdClassName
{
border-color: #BEB86C;
}
.TagClassName
{
border-color: #BEB86C;
}
</style>