Shades of Dark Khaki #BEBB6A
Tints of Dark Khaki #BEBB6A
RGB
CMYK
RGB Variations
Color information
#BEBB6A (or 0xBEBB6A) is known color: Dark Khaki. HEX triplet: BE, BB and 6A. RGB value is (190,187,106). Sum of RGB (Red+Green+Blue) = 190+187+106=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB6A is #414495. Grayscale: #B2B2B2. Windows color (decimal): -4277398 or 6994878. OLE color: 6994878.
HSL color Cylindrical-coordinate representation of color #BEBB6A: hue angle of 57.86º 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 #BEBB6A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 106 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.25 |
| HSL | 57.86º | 0.39% | 0.58% | - |
| HSV(B) | 57.86º | 0.44% | 0.75% | - |
| XYZ | 41.61 | 47.53 | 20.62 | - |
| YUV | 178.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 106 | 0 | 0.02 | 0.44 | 0.25 | 57.86 | 0.39 | 0.58 |
| Hex | BE | BB | 6A | 0 | 2 | 2C | 19 | 3A | 27 | 3A |
| Octal | 276 | 273 | 152 | 0 | 2 | 54 | 31 | 72 | 47 | 72 |
| Binary | 10111110 | 10111011 | 1101010 | 0 | 10 | 101100 | 11001 | 111010 | 100111 | 111010 |
Color Harmonies of #BEBB6A
Complementary color
Monochromatic Colors of #BEBB6A
Black with #BEBB6A
Text Example
Text Example
White with #BEBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB6A; }
p { color: rgb(190,187,106); }
H1.HeaderClassName
{
color: #BEBB6A;
}
.AnyTagClassName
{
color: #BEBB6A;
}
</style>
background-color css
<style>
a { background-color: #BEBB6A; }
a { background-color: rgb(190,187,106); }
div.DivClassName
{
background-color: #BEBB6A;
}
.BgClassName
{
background-color: #BEBB6A;
}
</style>
border-color css
<style>
span { border-color: #BEBB6A; }
span { border-color: rgb(190,187,106); }
td.TdClassName
{
border-color: #BEBB6A;
}
.TagClassName
{
border-color: #BEBB6A;
}
</style>