Shades of Dark Khaki #BEBB72
Tints of Dark Khaki #BEBB72
RGB
CMYK
RGB Variations
Color information
#BEBB72 (or 0xBEBB72) is known color: Dark Khaki. HEX triplet: BE, BB and 72. RGB value is (190,187,114). Sum of RGB (Red+Green+Blue) = 190+187+114=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB72 is #41448D. Grayscale: #B3B3B3. Windows color (decimal): -4277390 or 7519166. OLE color: 7519166.
HSL color Cylindrical-coordinate representation of color #BEBB72: hue angle of 57.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEBB72 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 114 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.25 |
| HSL | 57.63º | 0.37% | 0.6% | - |
| HSV(B) | 57.63º | 0.4% | 0.75% | - |
| XYZ | 42.04 | 47.7 | 22.91 | - |
| YUV | 179.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 114 | 0 | 0.02 | 0.40 | 0.25 | 57.63 | 0.37 | 0.6 |
| Hex | BE | BB | 72 | 0 | 2 | 28 | 19 | 3A | 25 | 3C |
| Octal | 276 | 273 | 162 | 0 | 2 | 50 | 31 | 72 | 45 | 74 |
| Binary | 10111110 | 10111011 | 1110010 | 0 | 10 | 101000 | 11001 | 111010 | 100101 | 111100 |
Color Harmonies of #BEBB72
Complementary color
Monochromatic Colors of #BEBB72
Black with #BEBB72
Text Example
Text Example
White with #BEBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB72; }
p { color: rgb(190,187,114); }
H1.HeaderClassName
{
color: #BEBB72;
}
.AnyTagClassName
{
color: #BEBB72;
}
</style>
background-color css
<style>
a { background-color: #BEBB72; }
a { background-color: rgb(190,187,114); }
div.DivClassName
{
background-color: #BEBB72;
}
.BgClassName
{
background-color: #BEBB72;
}
</style>
border-color css
<style>
span { border-color: #BEBB72; }
span { border-color: rgb(190,187,114); }
td.TdClassName
{
border-color: #BEBB72;
}
.TagClassName
{
border-color: #BEBB72;
}
</style>