Shades of Dark Khaki #BEBD6A
Tints of Dark Khaki #BEBD6A
RGB
CMYK
RGB Variations
Color information
#BEBD6A (or 0xBEBD6A) is known color: Dark Khaki. HEX triplet: BE, BD and 6A. RGB value is (190,189,106). Sum of RGB (Red+Green+Blue) = 190+189+106=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD6A is #414295. Grayscale: #B4B4B4. Windows color (decimal): -4276886 or 6995390. OLE color: 6995390.
HSL color Cylindrical-coordinate representation of color #BEBD6A: hue angle of 59.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 #BEBD6A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 106 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.25 |
| HSL | 59.29º | 0.39% | 0.58% | - |
| HSV(B) | 59.29º | 0.44% | 0.75% | - |
| XYZ | 42.03 | 48.38 | 20.76 | - |
| YUV | 179.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 106 | 0 | 0.01 | 0.44 | 0.25 | 59.29 | 0.39 | 0.58 |
| Hex | BE | BD | 6A | 0 | 1 | 2C | 19 | 3B | 27 | 3A |
| Octal | 276 | 275 | 152 | 0 | 1 | 54 | 31 | 73 | 47 | 72 |
| Binary | 10111110 | 10111101 | 1101010 | 0 | 1 | 101100 | 11001 | 111011 | 100111 | 111010 |
Color Harmonies of #BEBD6A
Complementary color
Monochromatic Colors of #BEBD6A
Black with #BEBD6A
Text Example
Text Example
White with #BEBD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD6A; }
p { color: rgb(190,189,106); }
H1.HeaderClassName
{
color: #BEBD6A;
}
.AnyTagClassName
{
color: #BEBD6A;
}
</style>
background-color css
<style>
a { background-color: #BEBD6A; }
a { background-color: rgb(190,189,106); }
div.DivClassName
{
background-color: #BEBD6A;
}
.BgClassName
{
background-color: #BEBD6A;
}
</style>
border-color css
<style>
span { border-color: #BEBD6A; }
span { border-color: rgb(190,189,106); }
td.TdClassName
{
border-color: #BEBD6A;
}
.TagClassName
{
border-color: #BEBD6A;
}
</style>