Shades of Dark Khaki #B8BE6B
Tints of Dark Khaki #B8BE6B
RGB
CMYK
RGB Variations
Color information
#B8BE6B (or 0xB8BE6B) is known color: Dark Khaki. HEX triplet: B8, BE and 6B. RGB value is (184,190,107). Sum of RGB (Red+Green+Blue) = 184+190+107=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE6B is #474194. Grayscale: #B3B3B3. Windows color (decimal): -4669845 or 7061176. OLE color: 7061176.
HSL color Cylindrical-coordinate representation of color #B8BE6B: hue angle of 64.34º 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 #B8BE6B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 107 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.25 |
| HSL | 64.34º | 0.39% | 0.58% | - |
| HSV(B) | 64.34º | 0.44% | 0.75% | - |
| XYZ | 40.83 | 48.08 | 21.04 | - |
| YUV | 178.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 107 | 0.03 | 0 | 0.44 | 0.25 | 64.34 | 0.39 | 0.58 |
| Hex | B8 | BE | 6B | 3 | 0 | 2C | 19 | 40 | 27 | 3A |
| Octal | 270 | 276 | 153 | 3 | 0 | 54 | 31 | 100 | 47 | 72 |
| Binary | 10111000 | 10111110 | 1101011 | 11 | 0 | 101100 | 11001 | 1000000 | 100111 | 111010 |
Color Harmonies of #B8BE6B
Complementary color
Monochromatic Colors of #B8BE6B
Black with #B8BE6B
Text Example
Text Example
White with #B8BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE6B; }
p { color: rgb(184,190,107); }
H1.HeaderClassName
{
color: #B8BE6B;
}
.AnyTagClassName
{
color: #B8BE6B;
}
</style>
background-color css
<style>
a { background-color: #B8BE6B; }
a { background-color: rgb(184,190,107); }
div.DivClassName
{
background-color: #B8BE6B;
}
.BgClassName
{
background-color: #B8BE6B;
}
</style>
border-color css
<style>
span { border-color: #B8BE6B; }
span { border-color: rgb(184,190,107); }
td.TdClassName
{
border-color: #B8BE6B;
}
.TagClassName
{
border-color: #B8BE6B;
}
</style>