Shades of Dark Khaki #BEB766
Tints of Dark Khaki #BEB766
RGB
CMYK
RGB Variations
Color information
#BEB766 (or 0xBEB766) is known color: Dark Khaki. HEX triplet: BE, B7 and 66. RGB value is (190,183,102). Sum of RGB (Red+Green+Blue) = 190+183+102=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB766 is #414899. Grayscale: #B0B0B0. Windows color (decimal): -4278426 or 6731710. OLE color: 6731710.
HSL color Cylindrical-coordinate representation of color #BEB766: hue angle of 55.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEB766 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 102 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.25 |
| HSL | 55.23º | 0.4% | 0.57% | - |
| HSV(B) | 55.23º | 0.46% | 0.75% | - |
| XYZ | 40.57 | 45.77 | 19.27 | - |
| YUV | 175.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 102 | 0 | 0.04 | 0.46 | 0.25 | 55.23 | 0.4 | 0.57 |
| Hex | BE | B7 | 66 | 0 | 4 | 2E | 19 | 37 | 28 | 39 |
| Octal | 276 | 267 | 146 | 0 | 4 | 56 | 31 | 67 | 50 | 71 |
| Binary | 10111110 | 10110111 | 1100110 | 0 | 100 | 101110 | 11001 | 110111 | 101000 | 111001 |
Color Harmonies of #BEB766
Complementary color
Monochromatic Colors of #BEB766
Black with #BEB766
Text Example
Text Example
White with #BEB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB766; }
p { color: rgb(190,183,102); }
H1.HeaderClassName
{
color: #BEB766;
}
.AnyTagClassName
{
color: #BEB766;
}
</style>
background-color css
<style>
a { background-color: #BEB766; }
a { background-color: rgb(190,183,102); }
div.DivClassName
{
background-color: #BEB766;
}
.BgClassName
{
background-color: #BEB766;
}
</style>
border-color css
<style>
span { border-color: #BEB766; }
span { border-color: rgb(190,183,102); }
td.TdClassName
{
border-color: #BEB766;
}
.TagClassName
{
border-color: #BEB766;
}
</style>