Shades of Dark Khaki #BEBA74
Tints of Dark Khaki #BEBA74
RGB
CMYK
RGB Variations
Color information
#BEBA74 (or 0xBEBA74) is known color: Dark Khaki. HEX triplet: BE, BA and 74. RGB value is (190,186,116). Sum of RGB (Red+Green+Blue) = 190+186+116=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA74 is #41458B. Grayscale: #B3B3B3. Windows color (decimal): -4277644 or 7649982. OLE color: 7649982.
HSL color Cylindrical-coordinate representation of color #BEBA74: hue angle of 56.76º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEBA74 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 116 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.25 |
| HSL | 56.76º | 0.36% | 0.6% | - |
| HSV(B) | 56.76º | 0.39% | 0.75% | - |
| XYZ | 41.95 | 47.33 | 23.45 | - |
| YUV | 179.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 116 | 0 | 0.02 | 0.39 | 0.25 | 56.76 | 0.36 | 0.6 |
| Hex | BE | BA | 74 | 0 | 2 | 27 | 19 | 39 | 24 | 3C |
| Octal | 276 | 272 | 164 | 0 | 2 | 47 | 31 | 71 | 44 | 74 |
| Binary | 10111110 | 10111010 | 1110100 | 0 | 10 | 100111 | 11001 | 111001 | 100100 | 111100 |
Color Harmonies of #BEBA74
Complementary color
Monochromatic Colors of #BEBA74
Black with #BEBA74
Text Example
Text Example
White with #BEBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA74; }
p { color: rgb(190,186,116); }
H1.HeaderClassName
{
color: #BEBA74;
}
.AnyTagClassName
{
color: #BEBA74;
}
</style>
background-color css
<style>
a { background-color: #BEBA74; }
a { background-color: rgb(190,186,116); }
div.DivClassName
{
background-color: #BEBA74;
}
.BgClassName
{
background-color: #BEBA74;
}
</style>
border-color css
<style>
span { border-color: #BEBA74; }
span { border-color: rgb(190,186,116); }
td.TdClassName
{
border-color: #BEBA74;
}
.TagClassName
{
border-color: #BEBA74;
}
</style>