Shades of Dark Khaki #BEBB74
Tints of Dark Khaki #BEBB74
RGB
CMYK
RGB Variations
Color information
#BEBB74 (or 0xBEBB74) is known color: Dark Khaki. HEX triplet: BE, BB and 74. RGB value is (190,187,116). Sum of RGB (Red+Green+Blue) = 190+187+116=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB74 is #41448B. Grayscale: #B4B4B4. Windows color (decimal): -4277388 or 7650238. OLE color: 7650238.
HSL color Cylindrical-coordinate representation of color #BEBB74: hue angle of 57.57º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEBB74 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 116 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.25 |
| HSL | 57.57º | 0.36% | 0.6% | - |
| HSV(B) | 57.57º | 0.39% | 0.75% | - |
| XYZ | 42.16 | 47.75 | 23.52 | - |
| YUV | 179.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 116 | 0 | 0.02 | 0.39 | 0.25 | 57.57 | 0.36 | 0.6 |
| Hex | BE | BB | 74 | 0 | 2 | 27 | 19 | 3A | 24 | 3C |
| Octal | 276 | 273 | 164 | 0 | 2 | 47 | 31 | 72 | 44 | 74 |
| Binary | 10111110 | 10111011 | 1110100 | 0 | 10 | 100111 | 11001 | 111010 | 100100 | 111100 |
Color Harmonies of #BEBB74
Complementary color
Monochromatic Colors of #BEBB74
Black with #BEBB74
Text Example
Text Example
White with #BEBB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB74; }
p { color: rgb(190,187,116); }
H1.HeaderClassName
{
color: #BEBB74;
}
.AnyTagClassName
{
color: #BEBB74;
}
</style>
background-color css
<style>
a { background-color: #BEBB74; }
a { background-color: rgb(190,187,116); }
div.DivClassName
{
background-color: #BEBB74;
}
.BgClassName
{
background-color: #BEBB74;
}
</style>
border-color css
<style>
span { border-color: #BEBB74; }
span { border-color: rgb(190,187,116); }
td.TdClassName
{
border-color: #BEBB74;
}
.TagClassName
{
border-color: #BEBB74;
}
</style>