Shades of Dark Khaki #BEBD60
Tints of Dark Khaki #BEBD60
RGB
CMYK
RGB Variations
Color information
#BEBD60 (or 0xBEBD60) is known color: Dark Khaki. HEX triplet: BE, BD and 60. RGB value is (190,189,96). Sum of RGB (Red+Green+Blue) = 190+189+96=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD60 is #41429F. Grayscale: #B3B3B3. Windows color (decimal): -4276896 or 6340030. OLE color: 6340030.
HSL color Cylindrical-coordinate representation of color #BEBD60: hue angle of 59.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEBD60 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 96 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.25 |
| HSL | 59.36º | 0.42% | 0.56% | - |
| HSV(B) | 59.36º | 0.49% | 0.75% | - |
| XYZ | 41.54 | 48.19 | 18.18 | - |
| YUV | 178.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 96 | 0 | 0.01 | 0.49 | 0.25 | 59.36 | 0.42 | 0.56 |
| Hex | BE | BD | 60 | 0 | 1 | 31 | 19 | 3B | 2A | 38 |
| Octal | 276 | 275 | 140 | 0 | 1 | 61 | 31 | 73 | 52 | 70 |
| Binary | 10111110 | 10111101 | 1100000 | 0 | 1 | 110001 | 11001 | 111011 | 101010 | 111000 |
Color Harmonies of #BEBD60
Complementary color
Monochromatic Colors of #BEBD60
Black with #BEBD60
Text Example
Text Example
White with #BEBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD60; }
p { color: rgb(190,189,96); }
H1.HeaderClassName
{
color: #BEBD60;
}
.AnyTagClassName
{
color: #BEBD60;
}
</style>
background-color css
<style>
a { background-color: #BEBD60; }
a { background-color: rgb(190,189,96); }
div.DivClassName
{
background-color: #BEBD60;
}
.BgClassName
{
background-color: #BEBD60;
}
</style>
border-color css
<style>
span { border-color: #BEBD60; }
span { border-color: rgb(190,189,96); }
td.TdClassName
{
border-color: #BEBD60;
}
.TagClassName
{
border-color: #BEBD60;
}
</style>