Shades of Dark Khaki #BEBA67
Tints of Dark Khaki #BEBA67
RGB
CMYK
RGB Variations
Color information
#BEBA67 (or 0xBEBA67) is known color: Dark Khaki. HEX triplet: BE, BA and 67. RGB value is (190,186,103). Sum of RGB (Red+Green+Blue) = 190+186+103=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA67 is #414598. Grayscale: #B2B2B2. Windows color (decimal): -4277657 or 6798014. OLE color: 6798014.
HSL color Cylindrical-coordinate representation of color #BEBA67: hue angle of 57.24º 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 #BEBA67 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 103 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.25 |
| HSL | 57.24º | 0.4% | 0.57% | - |
| HSV(B) | 57.24º | 0.46% | 0.75% | - |
| XYZ | 41.24 | 47.04 | 19.74 | - |
| YUV | 177.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 103 | 0 | 0.02 | 0.46 | 0.25 | 57.24 | 0.4 | 0.57 |
| Hex | BE | BA | 67 | 0 | 2 | 2E | 19 | 39 | 28 | 39 |
| Octal | 276 | 272 | 147 | 0 | 2 | 56 | 31 | 71 | 50 | 71 |
| Binary | 10111110 | 10111010 | 1100111 | 0 | 10 | 101110 | 11001 | 111001 | 101000 | 111001 |
Color Harmonies of #BEBA67
Complementary color
Monochromatic Colors of #BEBA67
Black with #BEBA67
Text Example
Text Example
White with #BEBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA67; }
p { color: rgb(190,186,103); }
H1.HeaderClassName
{
color: #BEBA67;
}
.AnyTagClassName
{
color: #BEBA67;
}
</style>
background-color css
<style>
a { background-color: #BEBA67; }
a { background-color: rgb(190,186,103); }
div.DivClassName
{
background-color: #BEBA67;
}
.BgClassName
{
background-color: #BEBA67;
}
</style>
border-color css
<style>
span { border-color: #BEBA67; }
span { border-color: rgb(190,186,103); }
td.TdClassName
{
border-color: #BEBA67;
}
.TagClassName
{
border-color: #BEBA67;
}
</style>