Shades of Dark Khaki #BEB66A
Tints of Dark Khaki #BEB66A
RGB
CMYK
RGB Variations
Color information
#BEB66A (or 0xBEB66A) is known color: Dark Khaki. HEX triplet: BE, B6 and 6A. RGB value is (190,182,106). Sum of RGB (Red+Green+Blue) = 190+182+106=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB66A is #414995. Grayscale: #B0B0B0. Windows color (decimal): -4278678 or 6993598. OLE color: 6993598.
HSL color Cylindrical-coordinate representation of color #BEB66A: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEB66A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 106 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.25 |
| HSL | 54.29º | 0.39% | 0.58% | - |
| HSV(B) | 54.29º | 0.44% | 0.75% | - |
| XYZ | 40.56 | 45.44 | 20.27 | - |
| YUV | 175.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 106 | 0 | 0.04 | 0.44 | 0.25 | 54.29 | 0.39 | 0.58 |
| Hex | BE | B6 | 6A | 0 | 4 | 2C | 19 | 36 | 27 | 3A |
| Octal | 276 | 266 | 152 | 0 | 4 | 54 | 31 | 66 | 47 | 72 |
| Binary | 10111110 | 10110110 | 1101010 | 0 | 100 | 101100 | 11001 | 110110 | 100111 | 111010 |
Color Harmonies of #BEB66A
Complementary color
Monochromatic Colors of #BEB66A
Black with #BEB66A
Text Example
Text Example
White with #BEB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB66A; }
p { color: rgb(190,182,106); }
H1.HeaderClassName
{
color: #BEB66A;
}
.AnyTagClassName
{
color: #BEB66A;
}
</style>
background-color css
<style>
a { background-color: #BEB66A; }
a { background-color: rgb(190,182,106); }
div.DivClassName
{
background-color: #BEB66A;
}
.BgClassName
{
background-color: #BEB66A;
}
</style>
border-color css
<style>
span { border-color: #BEB66A; }
span { border-color: rgb(190,182,106); }
td.TdClassName
{
border-color: #BEB66A;
}
.TagClassName
{
border-color: #BEB66A;
}
</style>