Shades of Dark Khaki #BEBB6B
Tints of Dark Khaki #BEBB6B
RGB
CMYK
RGB Variations
Color information
#BEBB6B (or 0xBEBB6B) is known color: Dark Khaki. HEX triplet: BE, BB and 6B. RGB value is (190,187,107). Sum of RGB (Red+Green+Blue) = 190+187+107=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB6B is #414494. Grayscale: #B3B3B3. Windows color (decimal): -4277397 or 7060414. OLE color: 7060414.
HSL color Cylindrical-coordinate representation of color #BEBB6B: hue angle of 57.83º 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 #BEBB6B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 107 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.25 |
| HSL | 57.83º | 0.39% | 0.58% | - |
| HSV(B) | 57.83º | 0.44% | 0.75% | - |
| XYZ | 41.66 | 47.55 | 20.89 | - |
| YUV | 178.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 107 | 0 | 0.02 | 0.44 | 0.25 | 57.83 | 0.39 | 0.58 |
| Hex | BE | BB | 6B | 0 | 2 | 2C | 19 | 3A | 27 | 3A |
| Octal | 276 | 273 | 153 | 0 | 2 | 54 | 31 | 72 | 47 | 72 |
| Binary | 10111110 | 10111011 | 1101011 | 0 | 10 | 101100 | 11001 | 111010 | 100111 | 111010 |
Color Harmonies of #BEBB6B
Complementary color
Monochromatic Colors of #BEBB6B
Black with #BEBB6B
Text Example
Text Example
White with #BEBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB6B; }
p { color: rgb(190,187,107); }
H1.HeaderClassName
{
color: #BEBB6B;
}
.AnyTagClassName
{
color: #BEBB6B;
}
</style>
background-color css
<style>
a { background-color: #BEBB6B; }
a { background-color: rgb(190,187,107); }
div.DivClassName
{
background-color: #BEBB6B;
}
.BgClassName
{
background-color: #BEBB6B;
}
</style>
border-color css
<style>
span { border-color: #BEBB6B; }
span { border-color: rgb(190,187,107); }
td.TdClassName
{
border-color: #BEBB6B;
}
.TagClassName
{
border-color: #BEBB6B;
}
</style>