Shades of Dark Khaki #BEB666
Tints of Dark Khaki #BEB666
RGB
CMYK
RGB Variations
Color information
#BEB666 (or 0xBEB666) is known color: Dark Khaki. HEX triplet: BE, B6 and 66. RGB value is (190,182,102). Sum of RGB (Red+Green+Blue) = 190+182+102=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB666 is #414999. Grayscale: #AFAFAF. Windows color (decimal): -4278682 or 6731454. OLE color: 6731454.
HSL color Cylindrical-coordinate representation of color #BEB666: hue angle of 54.55º 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 #BEB666 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 102 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.25 |
| HSL | 54.55º | 0.4% | 0.57% | - |
| HSV(B) | 54.55º | 0.46% | 0.75% | - |
| XYZ | 40.36 | 45.36 | 19.2 | - |
| YUV | 175.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 102 | 0 | 0.04 | 0.46 | 0.25 | 54.55 | 0.4 | 0.57 |
| Hex | BE | B6 | 66 | 0 | 4 | 2E | 19 | 37 | 28 | 39 |
| Octal | 276 | 266 | 146 | 0 | 4 | 56 | 31 | 67 | 50 | 71 |
| Binary | 10111110 | 10110110 | 1100110 | 0 | 100 | 101110 | 11001 | 110111 | 101000 | 111001 |
Color Harmonies of #BEB666
Complementary color
Monochromatic Colors of #BEB666
Black with #BEB666
Text Example
Text Example
White with #BEB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB666; }
p { color: rgb(190,182,102); }
H1.HeaderClassName
{
color: #BEB666;
}
.AnyTagClassName
{
color: #BEB666;
}
</style>
background-color css
<style>
a { background-color: #BEB666; }
a { background-color: rgb(190,182,102); }
div.DivClassName
{
background-color: #BEB666;
}
.BgClassName
{
background-color: #BEB666;
}
</style>
border-color css
<style>
span { border-color: #BEB666; }
span { border-color: rgb(190,182,102); }
td.TdClassName
{
border-color: #BEB666;
}
.TagClassName
{
border-color: #BEB666;
}
</style>