Shades of Dark Khaki #BEBE6A
Tints of Dark Khaki #BEBE6A
RGB
CMYK
RGB Variations
Color information
#BEBE6A (or 0xBEBE6A) is known color: Dark Khaki. HEX triplet: BE, BE and 6A. RGB value is (190,190,106). Sum of RGB (Red+Green+Blue) = 190+190+106=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE6A is #414195. Grayscale: #B4B4B4. Windows color (decimal): -4276630 or 6995646. OLE color: 6995646.
HSL color Cylindrical-coordinate representation of color #BEBE6A: hue angle of 60º 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 #BEBE6A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 106 | - |
| CMYK | 0 | 0 | 0.44 | 0.25 |
| HSL | 60º | 0.39% | 0.58% | - |
| HSV(B) | 60º | 0.44% | 0.75% | - |
| XYZ | 42.25 | 48.81 | 20.83 | - |
| YUV | 180.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 106 | 0 | 0 | 0.44 | 0.25 | 60 | 0.39 | 0.58 |
| Hex | BE | BE | 6A | 0 | 0 | 2C | 19 | 3C | 27 | 3A |
| Octal | 276 | 276 | 152 | 0 | 0 | 54 | 31 | 74 | 47 | 72 |
| Binary | 10111110 | 10111110 | 1101010 | 0 | 0 | 101100 | 11001 | 111100 | 100111 | 111010 |
Color Harmonies of #BEBE6A
Complementary color
Monochromatic Colors of #BEBE6A
Black with #BEBE6A
Text Example
Text Example
White with #BEBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE6A; }
p { color: rgb(190,190,106); }
H1.HeaderClassName
{
color: #BEBE6A;
}
.AnyTagClassName
{
color: #BEBE6A;
}
</style>
background-color css
<style>
a { background-color: #BEBE6A; }
a { background-color: rgb(190,190,106); }
div.DivClassName
{
background-color: #BEBE6A;
}
.BgClassName
{
background-color: #BEBE6A;
}
</style>
border-color css
<style>
span { border-color: #BEBE6A; }
span { border-color: rgb(190,190,106); }
td.TdClassName
{
border-color: #BEBE6A;
}
.TagClassName
{
border-color: #BEBE6A;
}
</style>