Shades of Dark Khaki #BEB76A
Tints of Dark Khaki #BEB76A
RGB
CMYK
RGB Variations
Color information
#BEB76A (or 0xBEB76A) is known color: Dark Khaki. HEX triplet: BE, B7 and 6A. RGB value is (190,183,106). Sum of RGB (Red+Green+Blue) = 190+183+106=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB76A is #414895. Grayscale: #B0B0B0. Windows color (decimal): -4278422 or 6993854. OLE color: 6993854.
HSL color Cylindrical-coordinate representation of color #BEB76A: hue angle of 55º 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 #BEB76A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 106 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.25 |
| HSL | 55º | 0.39% | 0.58% | - |
| HSV(B) | 55º | 0.44% | 0.75% | - |
| XYZ | 40.77 | 45.85 | 20.34 | - |
| YUV | 176.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 106 | 0 | 0.04 | 0.44 | 0.25 | 55 | 0.39 | 0.58 |
| Hex | BE | B7 | 6A | 0 | 4 | 2C | 19 | 37 | 27 | 3A |
| Octal | 276 | 267 | 152 | 0 | 4 | 54 | 31 | 67 | 47 | 72 |
| Binary | 10111110 | 10110111 | 1101010 | 0 | 100 | 101100 | 11001 | 110111 | 100111 | 111010 |
Color Harmonies of #BEB76A
Complementary color
Monochromatic Colors of #BEB76A
Black with #BEB76A
Text Example
Text Example
White with #BEB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB76A; }
p { color: rgb(190,183,106); }
H1.HeaderClassName
{
color: #BEB76A;
}
.AnyTagClassName
{
color: #BEB76A;
}
</style>
background-color css
<style>
a { background-color: #BEB76A; }
a { background-color: rgb(190,183,106); }
div.DivClassName
{
background-color: #BEB76A;
}
.BgClassName
{
background-color: #BEB76A;
}
</style>
border-color css
<style>
span { border-color: #BEB76A; }
span { border-color: rgb(190,183,106); }
td.TdClassName
{
border-color: #BEB76A;
}
.TagClassName
{
border-color: #BEB76A;
}
</style>