Shades of Dark Khaki #BEB972
Tints of Dark Khaki #BEB972
RGB
CMYK
RGB Variations
Color information
#BEB972 (or 0xBEB972) is known color: Dark Khaki. HEX triplet: BE, B9 and 72. RGB value is (190,185,114). Sum of RGB (Red+Green+Blue) = 190+185+114=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB972 is #41468D. Grayscale: #B2B2B2. Windows color (decimal): -4277902 or 7518654. OLE color: 7518654.
HSL color Cylindrical-coordinate representation of color #BEB972: hue angle of 56.05º 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 #BEB972 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 114 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.25 |
| HSL | 56.05º | 0.37% | 0.6% | - |
| HSV(B) | 56.05º | 0.4% | 0.75% | - |
| XYZ | 41.62 | 46.86 | 22.77 | - |
| YUV | 178.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 114 | 0 | 0.03 | 0.40 | 0.25 | 56.05 | 0.37 | 0.6 |
| Hex | BE | B9 | 72 | 0 | 3 | 28 | 19 | 38 | 25 | 3C |
| Octal | 276 | 271 | 162 | 0 | 3 | 50 | 31 | 70 | 45 | 74 |
| Binary | 10111110 | 10111001 | 1110010 | 0 | 11 | 101000 | 11001 | 111000 | 100101 | 111100 |
Color Harmonies of #BEB972
Complementary color
Monochromatic Colors of #BEB972
Black with #BEB972
Text Example
Text Example
White with #BEB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB972; }
p { color: rgb(190,185,114); }
H1.HeaderClassName
{
color: #BEB972;
}
.AnyTagClassName
{
color: #BEB972;
}
</style>
background-color css
<style>
a { background-color: #BEB972; }
a { background-color: rgb(190,185,114); }
div.DivClassName
{
background-color: #BEB972;
}
.BgClassName
{
background-color: #BEB972;
}
</style>
border-color css
<style>
span { border-color: #BEB972; }
span { border-color: rgb(190,185,114); }
td.TdClassName
{
border-color: #BEB972;
}
.TagClassName
{
border-color: #BEB972;
}
</style>