Shades of Dark Khaki #BEB374
Tints of Dark Khaki #BEB374
RGB
CMYK
RGB Variations
Color information
#BEB374 (or 0xBEB374) is known color: Dark Khaki. HEX triplet: BE, B3 and 74. RGB value is (190,179,116). Sum of RGB (Red+Green+Blue) = 190+179+116=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB374 is #414C8B. Grayscale: #AFAFAF. Windows color (decimal): -4279436 or 7648190. OLE color: 7648190.
HSL color Cylindrical-coordinate representation of color #BEB374: hue angle of 51.08º 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 #BEB374 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 116 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.25 |
| HSL | 51.08º | 0.36% | 0.6% | - |
| HSV(B) | 51.08º | 0.39% | 0.75% | - |
| XYZ | 40.51 | 44.45 | 22.97 | - |
| YUV | 175.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 116 | 0 | 0.06 | 0.39 | 0.25 | 51.08 | 0.36 | 0.6 |
| Hex | BE | B3 | 74 | 0 | 6 | 27 | 19 | 33 | 24 | 3C |
| Octal | 276 | 263 | 164 | 0 | 6 | 47 | 31 | 63 | 44 | 74 |
| Binary | 10111110 | 10110011 | 1110100 | 0 | 110 | 100111 | 11001 | 110011 | 100100 | 111100 |
Color Harmonies of #BEB374
Complementary color
Monochromatic Colors of #BEB374
Black with #BEB374
Text Example
Text Example
White with #BEB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB374; }
p { color: rgb(190,179,116); }
H1.HeaderClassName
{
color: #BEB374;
}
.AnyTagClassName
{
color: #BEB374;
}
</style>
background-color css
<style>
a { background-color: #BEB374; }
a { background-color: rgb(190,179,116); }
div.DivClassName
{
background-color: #BEB374;
}
.BgClassName
{
background-color: #BEB374;
}
</style>
border-color css
<style>
span { border-color: #BEB374; }
span { border-color: rgb(190,179,116); }
td.TdClassName
{
border-color: #BEB374;
}
.TagClassName
{
border-color: #BEB374;
}
</style>