Shades of Dark Khaki #BEB763
Tints of Dark Khaki #BEB763
RGB
CMYK
RGB Variations
Color information
#BEB763 (or 0xBEB763) is known color: Dark Khaki. HEX triplet: BE, B7 and 63. RGB value is (190,183,99). Sum of RGB (Red+Green+Blue) = 190+183+99=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB763 is #41489C. Grayscale: #AFAFAF. Windows color (decimal): -4278429 or 6535102. OLE color: 6535102.
HSL color Cylindrical-coordinate representation of color #BEB763: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEB763 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 99 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.25 |
| HSL | 55.38º | 0.41% | 0.57% | - |
| HSV(B) | 55.38º | 0.48% | 0.75% | - |
| XYZ | 40.42 | 45.71 | 18.5 | - |
| YUV | 175.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 99 | 0 | 0.04 | 0.48 | 0.25 | 55.38 | 0.41 | 0.57 |
| Hex | BE | B7 | 63 | 0 | 4 | 30 | 19 | 37 | 29 | 39 |
| Octal | 276 | 267 | 143 | 0 | 4 | 60 | 31 | 67 | 51 | 71 |
| Binary | 10111110 | 10110111 | 1100011 | 0 | 100 | 110000 | 11001 | 110111 | 101001 | 111001 |
Color Harmonies of #BEB763
Complementary color
Monochromatic Colors of #BEB763
Black with #BEB763
Text Example
Text Example
White with #BEB763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB763; }
p { color: rgb(190,183,99); }
H1.HeaderClassName
{
color: #BEB763;
}
.AnyTagClassName
{
color: #BEB763;
}
</style>
background-color css
<style>
a { background-color: #BEB763; }
a { background-color: rgb(190,183,99); }
div.DivClassName
{
background-color: #BEB763;
}
.BgClassName
{
background-color: #BEB763;
}
</style>
border-color css
<style>
span { border-color: #BEB763; }
span { border-color: rgb(190,183,99); }
td.TdClassName
{
border-color: #BEB763;
}
.TagClassName
{
border-color: #BEB763;
}
</style>