Shades of Dark Khaki #BEBA72
Tints of Dark Khaki #BEBA72
RGB
CMYK
RGB Variations
Color information
#BEBA72 (or 0xBEBA72) is known color: Dark Khaki. HEX triplet: BE, BA and 72. RGB value is (190,186,114). Sum of RGB (Red+Green+Blue) = 190+186+114=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA72 is #41458D. Grayscale: #B3B3B3. Windows color (decimal): -4277646 or 7518910. OLE color: 7518910.
HSL color Cylindrical-coordinate representation of color #BEBA72: hue angle of 56.84º 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 #BEBA72 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 114 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.25 |
| HSL | 56.84º | 0.37% | 0.6% | - |
| HSV(B) | 56.84º | 0.4% | 0.75% | - |
| XYZ | 41.83 | 47.28 | 22.84 | - |
| YUV | 178.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 114 | 0 | 0.02 | 0.40 | 0.25 | 56.84 | 0.37 | 0.6 |
| Hex | BE | BA | 72 | 0 | 2 | 28 | 19 | 39 | 25 | 3C |
| Octal | 276 | 272 | 162 | 0 | 2 | 50 | 31 | 71 | 45 | 74 |
| Binary | 10111110 | 10111010 | 1110010 | 0 | 10 | 101000 | 11001 | 111001 | 100101 | 111100 |
Color Harmonies of #BEBA72
Complementary color
Monochromatic Colors of #BEBA72
Black with #BEBA72
Text Example
Text Example
White with #BEBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA72; }
p { color: rgb(190,186,114); }
H1.HeaderClassName
{
color: #BEBA72;
}
.AnyTagClassName
{
color: #BEBA72;
}
</style>
background-color css
<style>
a { background-color: #BEBA72; }
a { background-color: rgb(190,186,114); }
div.DivClassName
{
background-color: #BEBA72;
}
.BgClassName
{
background-color: #BEBA72;
}
</style>
border-color css
<style>
span { border-color: #BEBA72; }
span { border-color: rgb(190,186,114); }
td.TdClassName
{
border-color: #BEBA72;
}
.TagClassName
{
border-color: #BEBA72;
}
</style>