Shades of Dark Khaki #BEB566
Tints of Dark Khaki #BEB566
RGB
CMYK
RGB Variations
Color information
#BEB566 (or 0xBEB566) is known color: Dark Khaki. HEX triplet: BE, B5 and 66. RGB value is (190,181,102). Sum of RGB (Red+Green+Blue) = 190+181+102=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB566 is #414A99. Grayscale: #AFAFAF. Windows color (decimal): -4278938 or 6731198. OLE color: 6731198.
HSL color Cylindrical-coordinate representation of color #BEB566: hue angle of 53.86º 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 #BEB566 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 102 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.25 |
| HSL | 53.86º | 0.4% | 0.57% | - |
| HSV(B) | 53.86º | 0.46% | 0.75% | - |
| XYZ | 40.16 | 44.95 | 19.13 | - |
| YUV | 174.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 102 | 0 | 0.05 | 0.46 | 0.25 | 53.86 | 0.4 | 0.57 |
| Hex | BE | B5 | 66 | 0 | 5 | 2E | 19 | 36 | 28 | 39 |
| Octal | 276 | 265 | 146 | 0 | 5 | 56 | 31 | 66 | 50 | 71 |
| Binary | 10111110 | 10110101 | 1100110 | 0 | 101 | 101110 | 11001 | 110110 | 101000 | 111001 |
Color Harmonies of #BEB566
Complementary color
Monochromatic Colors of #BEB566
Black with #BEB566
Text Example
Text Example
White with #BEB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB566; }
p { color: rgb(190,181,102); }
H1.HeaderClassName
{
color: #BEB566;
}
.AnyTagClassName
{
color: #BEB566;
}
</style>
background-color css
<style>
a { background-color: #BEB566; }
a { background-color: rgb(190,181,102); }
div.DivClassName
{
background-color: #BEB566;
}
.BgClassName
{
background-color: #BEB566;
}
</style>
border-color css
<style>
span { border-color: #BEB566; }
span { border-color: rgb(190,181,102); }
td.TdClassName
{
border-color: #BEB566;
}
.TagClassName
{
border-color: #BEB566;
}
</style>