Shades of Dark Khaki #B7BE6E
Tints of Dark Khaki #B7BE6E
RGB
CMYK
RGB Variations
Color information
#B7BE6E (or 0xB7BE6E) is known color: Dark Khaki. HEX triplet: B7, BE and 6E. RGB value is (183,190,110). Sum of RGB (Red+Green+Blue) = 183+190+110=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE6E is #484191. Grayscale: #B3B3B3. Windows color (decimal): -4735378 or 7257783. OLE color: 7257783.
HSL color Cylindrical-coordinate representation of color #B7BE6E: hue angle of 65.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7BE6E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 190 | 110 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.25 |
| HSL | 65.25º | 0.38% | 0.59% | - |
| HSV(B) | 65.25º | 0.42% | 0.75% | - |
| XYZ | 40.76 | 48.02 | 21.87 | - |
| YUV | 178.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 110 | 0.04 | 0 | 0.42 | 0.25 | 65.25 | 0.38 | 0.59 |
| Hex | B7 | BE | 6E | 4 | 0 | 2A | 19 | 41 | 26 | 3B |
| Octal | 267 | 276 | 156 | 4 | 0 | 52 | 31 | 101 | 46 | 73 |
| Binary | 10110111 | 10111110 | 1101110 | 100 | 0 | 101010 | 11001 | 1000001 | 100110 | 111011 |
Color Harmonies of #B7BE6E
Complementary color
Monochromatic Colors of #B7BE6E
Black with #B7BE6E
Text Example
Text Example
White with #B7BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BE6E; }
p { color: rgb(183,190,110); }
H1.HeaderClassName
{
color: #B7BE6E;
}
.AnyTagClassName
{
color: #B7BE6E;
}
</style>
background-color css
<style>
a { background-color: #B7BE6E; }
a { background-color: rgb(183,190,110); }
div.DivClassName
{
background-color: #B7BE6E;
}
.BgClassName
{
background-color: #B7BE6E;
}
</style>
border-color css
<style>
span { border-color: #B7BE6E; }
span { border-color: rgb(183,190,110); }
td.TdClassName
{
border-color: #B7BE6E;
}
.TagClassName
{
border-color: #B7BE6E;
}
</style>